#huk_cookie_prefernce_panel,#huk_cookie_prefernce_panel_ex {
  font: 12px sans-serif;
  line-height: 1.7;
}

#cookie-info, #cookie-info p, #cookie-info li{
    font-size: 12px !important;
}

#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 #DDD;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
}

.huk_cookie_prefernce_toolbar{
    display: inline-block;
}

#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 .huk_cookie_prefernce_toolbar {
  /*margin-top: 30px;*/
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button] {
    text-decoration: none;
    color: #fff;
    background-color: #1199EE;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button] {
    border: none;
    border-radius: 2px;
    /*display: inline-block;*/
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-align: center;  
    width: 120px;
    margin-left: 10px;

    font-size: 12px !important;
    font-weight: normal;
    padding: 0 6px 0 6px !important;
}

#huk_cookie_prefernce_panel .huk_cookie_prefernce_toolbar input[type=button]:hover {
    background-color: #1199EE;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
}

#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 {
  -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: #f5f5f5;
  width: 665px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
  padding: 0;
}

#cookie-ext-panel p.title{
    background: #1199EE;
    margin: 0;
    padding: 12px;
    color: #fff;
    border-bottom: 1px solid #efefef;
    line-height: 1.3em;
    font-size: 16px !important;
    font-weight: 700;
}

#cookie-ext-panel #c-toolbar {
  /*float: right;
  display: inline-block;
  height: 20px;
  margin: 20px 0;*/
    float: right;
    display: inline-block;
    height: 37px;
    margin: 12px 16px 12px 0;
}

#cookie-info{
    display: inline-block;
    width: 100%;
    height: auto;
}



#cookie-functionalList {
  height: 200px;
}

#cookie-functionalList ul li{
    list-style: circle;
    width: 100%;
}

#cookie-selection {
  clear: both;
}

#cookie-selection #cokkie-options label {
  background-color: #1199EE;
  display: block;
  width: 300px;
  height: 60px;
  float: left;
  margin-right: 2px;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: normal;
}

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

#cokkie-options .one-list{
    min-height: 177px;
}

#cokkie-options .one{
    display: inline-block;
    float: left;
}

.one-list li{
    list-style: disc;
    list-style-position: inside;
}

.one-list li:first-of-type{
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  height: 1%;
}

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

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

.huk_cookie_prefernce_toolbar input {margin-top: 10px;}

#cookie-ext-panel #c-toolbar input[type=button] {
    text-decoration: none;
    color: #fff;
    background-color: #1199EE;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal !important;
    padding: 0 6px 0 6px !important;
}

#cookie-ext-panel #c-toolbar input[type=button] {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    float: right;
    text-align: center;  
    width: 120px;
    margin-left: 10px;
}

#cookie-ext-panel #c-toolbar input[type=button]:hover {
    background-color: #1199EE;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    color: #fff;
}


/* Basic Style */
.cookie-plugin-list .container {
  display: block;
  width: 400px;
  margin: 100px auto 0;
}
.cookie-plugin-list ul {
  margin: 0;
  padding: 0;
}
.cookie-plugin-list li * {
  float: left;
}
.cookie-plugin-list li, h3 {
  clear:both;
  list-style:none;
}
.cookie-plugin-list input, button {
  outline: none;
}
.cookie-plugin-list button {
  background: none;
  border: 0px;
  color: #888;
  font-size: 15px;
  width: 60px;
  margin: 10px 0 0;
  font-family: Lato, sans-serif;
  cursor: pointer;
}
.cookie-plugin-list button:hover {
  color: #333;
}
/* Heading */
.cookie-plugin-list h3,
.cookie-plugin-list label[for='new-task'] {
  color: #333;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid #333;
  padding: 30px 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.cookie-plugin-list input[type="text"] {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  color: #888;
}
.cookie-plugin-list input[type="text"]:focus {
  color: #333;
}

/* New Task */
.cookie-plugin-list label[for='new-task'] {
  display: block;
  margin: 0 0 20px;
}
.cookie-plugin-list input#new-task {
  float: left;
  width: 318px;
}
.cookie-plugin-list p > button:hover {
  color: #0FC57C;
}

/* Task list */
.cookie-plugin-list li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.cookie-plugin-list li > input[type="checkbox"] {
  margin: 0 10px;
  position: relative;
  top: 15px;
}
.cookie-plugin-list li > label {
  font-size: 18px;
  line-height: 40px;
  width: 237px;
  padding: 0 0 0 11px;
}
.cookie-plugin-list li >  input[type="text"] {
  width: 226px;
}
.cookie-plugin-list li > .delete:hover {
  color: #CF2323;
}

/* Completed */
.cookie-plugin-list #completed-tasks label {
  text-decoration: line-through;
  color: #888;
}

/* Edit Task */
.cookie-plugin-list ul li input[type=text] {
  display:none;
}

ul li.editMode input[type=text] {
  display:block;
}

ul li.editMode label {
  display:none;
}

#cookie-selection #cokkie-options label{
    height: 100%;
}

#cookie-selection #cokkie-options label ul li:first-child{
    list-style: none;
}

#cookie-info h2{
    font-size: 16px;
    font-weight: 700;
}

#cookie-info h3{
    font-size: 16px;
    font-weight: 700;
}

#cookie-info p{
    font-size: 12px;
}

.lists .one-list {
    display: inline-block;
    width: 150px;
    float: left;
    margin-right: 2px;
    margin-left: 0;
    padding-left: 5px;
}

.article-header { display: inline-block; width: 100%; border-bottom: 1px solid #c4c4c4; }
.article-header span, .ArticleDescription{
    display: inline-block;
    width: 24%;
}
.article-header span {
    padding: 5px 0;
    font-weight: 700;
}


.ArticleCode{
    display: inline-block;
    width: 100%;
    padding: 5px 0 10px 0;
}

.ArticleAdmin{
    margin-bottom: 20px;
}

#tab2 table{
    margin-bottom: 25px;
}

#tab2 th, #tab2 td{
    display: block;   
    padding: 2px 5px;
    float: left; 
    text-align: left;
}

#tab2 td{
    display: inline-block;
    height:90px;
    overflow: hidden;
}

#tab2 td textarea{
    width: calc(100% - 5px);
}

#tab2 th:last-of-type, #tab2 td:last-of-type{
    width: 70px;
}

#tab2 th:nth-of-type(1), #tab2 th:nth-of-type(2), #tab2 th:nth-of-type(4),
#tab2 td:nth-of-type(1), #tab2 td:nth-of-type(2), #tab2 td:nth-of-type(4){
    width: 120px;
}

#tab2 th:nth-of-type(3), #tab2 td:nth-of-type(3){
    width: 120px;
}

#tab2 th:nth-of-type(5), #tab2 td:nth-of-type(5){
    width: 400px;
}

#tab2 td, #tab3 td{ /*padding-left: 5px; padding-right: 5px;*/ border: 1px solid #ddd;}
tr.specific, tr.specific td{
    width: 100% !important;
}

.insert-controls, .control-button {
    display: inline-block;
    width: 100%;
}
.insert-controls .one-control {
    width: 50%;
    float: left;
}

.insert-controls .one-control input, .insert-controls .one-control textarea{
    width: 90%;
}

.left{
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
}

.edit-controls {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}

.edit-controls .dnnFormItem input, .edit-controls .dnnFormItem textarea{
    width: 83%;
    margin-top: 3px;
}
.edit-controls .dnnFormItem select {
    width: 100%;
    margin-top: 4px;
}
.edit-controls .dnnFormItem textarea {
    min-height: 66px;
    width: 94% !important;
}

#huk_cookie_prefernce_panel_ex {
    height: 100%;
}
@media screen and (max-width: 1366px) {
    #cookie-ext-panel {
        overflow-y: auto;
        height: calc(100% - 60px);
    }
}


.huk_cookie_prefernce_panel{
    position: fixed;
    z-index: 9999999;
    background-color: #f5f5f5;
    width: 300px;
    height: auto;
    padding: 20px 15px;
    text-align: center;
    right: 20px;
    bottom: 20px;
}

.huk_cookie_prefernce_panel.dark{
    background-color:rgba(0,0,0,0.8);
    border: 1px solid #333 !important;
}

.huk_cookie_prefernce_panel.dark strong, 
.huk_cookie_prefernce_panel.dark a, 
.huk_cookie_prefernce_panel.dark .texts
{
    color: #fff;
}

.huk_cookie_prefernce_panel.FloatingLeft{
    left: 20px;
}

.huk_cookie_prefernce_panel.BannerBottom,
.huk_cookie_prefernce_panel.BannerTop{
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    text-align: left;
}

.huk_cookie_prefernce_panel.BannerBottom .huk_cookie_prefernce_toolbar, 
.huk_cookie_prefernce_panel.BannerTop .huk_cookie_prefernce_toolbar{
    margin-right: 12px;
}

.huk_cookie_prefernce_panel.BannerBottom #COOKIE_CLOSE,
.huk_cookie_prefernce_panel.BannerTop #COOKIE_CLOSE{
    top: 32px;
}

.huk_cookie_prefernce_panel.BannerTop{
    top: 0;
}

.huk_cookie_prefernce_panel.BannerBottom .texts,
.huk_cookie_prefernce_panel.BannerTop .texts {
    width: 70%;
    display: inline-block;
    float: left;
}

.huk_cookie_prefernce_panel.BannerBottom .huk_cookie_prefernce_toolbar, 
.huk_cookie_prefernce_panel.BannerBottom .huk_cookie_prefernce_link,
.huk_cookie_prefernce_panel.BannerTop .huk_cookie_prefernce_toolbar, 
.huk_cookie_prefernce_panel.BannerTop .huk_cookie_prefernce_link{
    float: right;
}

.huk_cookie_prefernce_panel.BannerBottom,
.huk_cookie_prefernce_panel.BannerTop{
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
}

.huk_cookie_prefernce_panel.BannerBottom .huk_cookie_prefernce_toolbar input,
.huk_cookie_prefernce_panel.BannerTop .huk_cookie_prefernce_toolbar input{
    margin-top: 0;
}

.huk_cookie_prefernce_panel.FloatingRight.Informational,
.huk_cookie_prefernce_panel.FloatingLeft.Informational{
    height: 228px;
}

.huk_cookie_prefernce_panel.FloatingRight.Informational .huk_cookie_prefernce_toolbar,
.huk_cookie_prefernce_panel.FloatingLeft.Informational .huk_cookie_prefernce_toolbar{
    width: 100%;
}

/**/
#optanon-popup-wrapper {
    position: fixed;
    min-height: 300px;
    left: 50%;
    top: 0;
    margin: 100px 0px 0px -300px;
    margin-top: 100px;
    position: fixed;
    width: 600px;
    background: #fff;
}

#optanon-menu {
    margin: 0px 0px 0px -12px;
    padding: 0px;
    width: 100%;
}


#optanon-popup-body-left {
    float: left;
    width: 23%;
    padding: 0 2%;
}

#optanon-popup-body-right {
    float: left;
    width: 69%;
    padding: 1% 2%;
}

ul#optanon-menu li.menu-item-selected {
    background-color: !important;
}
#optanon-menu .menu-item-about {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDY0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzZDQzA0QTt9DQoJLnN0MXtmaWxsOm5vbmU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMiw2NEMxNC4yLDY0LDAsNDkuNCwwLDMyQzAsMTQuMiwxNC42LDAsMzIsMHMzMiwxNC42LDMyLDMyQzY0LDQ5LjgsNDkuOCw2NCwzMiw2NHogTTMyLDMuNkMxNi42LDMuNiwzLjYsMTYuMiwzLjYsMzINCgkJYzAsMTUuNCwxMi42LDI4LjQsMjguNCwyOC40UzYwLjQsNDcuOCw2MC40LDMyQzYwLjQsMTYuNiw0Ny40LDMuNiwzMiwzLjZ6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LDIwYzAtMi4yLDEuOC00LDQtNHM0LDEuOCw0LDRzLTEuOCw0LTQsNFMyOCwyMi4yLDI4LDIweiBNMzYsNDdWMjljMC0wLjUtMC41LTEtMS0xaC02Yy0wLjUsMC0xLDAuNC0xLDF2MTgNCgkJYzAsMC41LDAuNCwxLDEsMWg2QzM1LjUsNDgsMzYsNDcuNSwzNiw0N3oiLz4NCjwvZz4NCjwvc3ZnPg==");
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
}
#optanon-menu .menu-item-selected {
    background-color: #fff !important;
}
ul#optanon-menu li {
    background-color: !important;
}
#optanon-menu li {
    padding-right: 20px;
}
#optanon-menu li {
    background-size: 16px !important;
    background-position: 15px 12px !important;
    background-repeat: no-repeat !important;
}
#optanon-menu li {
    list-style-type: none;
    min-height: 38px;
    border-bottom: 1px solid #ccc;
    background-color: #e6e6e6 !important;
    width: 100%;
}

#optanon-menu li p {
    font-size: 12px;
    margin: 0px 0px 0px 35px;
    padding: 12px 0px 12px 0px;
    width: 80%;
}

#optanon-popup-top {
    background-color: #1199EE;
    height: 80px;
    margin: 0px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#optanon-popup-body {
    background-color: #ffffff;
    margin: 0px;
    width: 100%;
    position: relative;
}

#optanon-popup-bottom {
    border-top: 1px solid #ccc;
    background-color: #f2f2f2;
    float: left;
    margin: 0px;
    padding-bottom: 10px;
    width: 100%;
}

#optanon #optanon-popup-body h2 {
    margin: 5px 0px 0px 5px;
    padding: 0px;
    color: #000;
}

.optanon-status-off {
    color: #000;
}

.optanon-status-on {
    color: #09a501;
}
/* Style the tab */
.tab {
    float: left;
    border: none;
    background-color: #1199EE;
    width: 30% !important;
    overflow: hidden;
    height: 400px;
}

/* Style the buttons inside the tab */
.tab button, .tab input, .tab a {
    display: block;
    background-color: #1199EE;
    color: #fff !important;
    padding: 10px 16px !important;
    width: 100% !important;
    border: none !important;
    outline: none !important;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: normal !important;
}

/* Change background color of buttons on hover */
.tab button:hover, .tab input:hover, .tab a:hover,
.tab button.active, .tab input.active, .tab a.active {
    background-color: #fff !important;
    text-decoration: none !important;
    color: #000 !important;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 12px 12px 0 12px;
    border: 1px solid #efefef;
    border-top: none;
    
    border-left: none;
    
    background: #fff;
    overflow-y: auto;

    height: 400px;
    width: 70%;
    

}
.Wide{
    height: 400px;
    width: 70%;
}

.Slim{
    height: 388px;
    width: calc(70% - 25px) !important;
}

.one-list{ clear: both; margin-top: 12px ; margin-left: 0; display: inline-block; width: calc(100% - 12px); }
.tabcontent fieldset{position:relative;display:inline-block;width:37px;height:23px;margin-top:0; float: right; right: 70px;}
.tabcontent fieldset input{opacity:0;}
.tabcontent fieldset label{color:#000; position: absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#414141;border-radius:23px;overflow:visible;text-indent:45px;font-size:14px;font-weight:bold;padding-top:3px; margin-bottom: 0;}
label.always-active {
    color:#1199EE;
    float: right;
    display: inline-block;
    /*width: 100%;*/
    text-align: right;
    margin-bottom: 0px;
}
.tabcontent fieldset label:after{position:absolute;content:"";height:19px;width:19px;left:2px;bottom:2px;background-color:white;-webkit-transition:.4s;transition:.4s;border-radius:50%}
.tabcontent fieldset input:checked+label{background-color:#1199EE}
.tabcontent fieldset input:focus+label,#optanon fieldset input:active+label{box-shadow:0 0 2px 2px #509ec4}
.tabcontent fieldset input:checked+label:after{background-color:#f5efeb;-webkit-transform:translateX(14px);-ms-transform:translateX(14px);transform:translateX(14px)}
p.bigger strong { font-size: 14px !important; }
p.desc {
    display: inline-block;
    margin: 12px 0;
}

#COOKIE_CLOSE, #COOKIE_CLOSE_SETTINGS{
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url(../Images/close.png);
    background-position: 0 0;
    background-size: 12px;
}

#cookie-info #COOKIE_CLOSE, #cookie-info #COOKIE_CLOSE_SETTINGS{
    width: 18px;
    height: 18px;
    top: 12px;
    right: 12px;
    background-size: 18px;
}

.dnnFormItem.fifty{
    display: inline-block;
    width: 48%;
    float: left;
}

.dnnFormItem.fifty.right .dnnTooltip
{
    right: 29% !important;
}
.dnnFormItem.fifty:first-of-type{
    margin-right: 2%;
}

.tab_container .one-row select{
    width: 260px;
}

.tab_container .one-row input{
    width: 242px;
}

.tab_container .one-row input[type="checkbox"]{
    width: auto;
    margin-top: 12px;
}

.tab_container .one-row.big input{
    margin-top: 6px;
    width: 92%;
}

.tab_container .one-row textarea{
    width: 92%;
    margin-top: 6px;
    height: 90px;
}

#tab3.tab_content .one-row textarea{
    height: 65px;
    min-height: 65px;
}

.tab_container .one-row.big.first textarea{
    height: 47px !important;
    min-height: 47px !important;
}

.tab_container .one-row a{
    /*width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(../Images/info.png);
    background-position: 0px 1px;
    background-size: 32px;*/
}

.tab_container .one-row .dnnLabel{
    padding-top: 8px;
    text-align: left;
    width: 33%;
    padding-right: 0;
}

.tab_container .one-row.big .dnnLabel{
    width: 100%;
}

.edit-controls .dnnLabel{
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
}

#tab2 td, #tab3 td{
    border-right: none;
}
#tab2 td:last-of-type, #tab3 td:last-of-type{
    border-right: 1px solid #ddd;
}

.fset.settings label{
    margin-top: 5px;
}
.fifty textarea[readonly], .fifty input[readonly],
.fifty textarea[readonly="readonly"], .fifty input[readonly="readonly"]{
    opacity: 0.8;
}

.copyright{
    display: inline-block;
    float: left;
    margin: 12px 0 12px 12px;
}

.copyright img{
    margin-right: 12px;
}

#tab3 .fset {
    overflow-x: hidden;
}
.one-list {
    padding-left: 0!important;
}
@media screen and (max-width: 767px) {

    #huk_cookie_prefernce_panel_ex{
        width: calc(100% - 8px);
        top: 50px !important;
        left: 8px !important;
    }
    #cookie-ext-panel {
        width: calc(100% - 8px);
        height: calc(100% - 164px);
    }
    .tab {
        width: 30%;
    }
    .tabcontent{
        width: calc(70% - 25px);
    }
    .tab, .tabcontent{
        height: 370px;
    }
    .tab input {
        font-size: 11px;
        padding-left: 7px;
    }
    #cookie-ext-panel p.title{
        font-size: 14px !important;
    }
    #cookie-info, #cookie-info p, #cookie-info li{
        font-size: 11px !important;
    }
    p.bigger{
        width: 50%;
        margin-bottom: 0;
    }
    p.bigger strong{
        font-size: 12px !important;
    }
    #cookie-ext-panel #c-toolbar{
        margin-bottom: 0;
    }
    
    #huk_cookie_prefernce_panel{
        display: inline-table;
        height: auto;
    }
    #huk_cookie_prefernce_panel .texts{
        width: 100%;
    }
    .huk_cookie_prefernce_panel.BannerBottom #COOKIE_CLOSE, .huk_cookie_prefernce_panel.BannerTop #COOKIE_CLOSE{
        top: 12px;
    }

    .huk_cookie_prefernce_panel.BannerBottom .huk_cookie_prefernce_toolbar,
    .huk_cookie_prefernce_panel.BannerTop .huk_cookie_prefernce_toolbar{
        margin-top: 12px;
    }
}