﻿* {
    margin: 0px;
    padding: 0px;
}

.header {
    background-color: #408387;
    height: 50px;
}

.tbar {
    min-height: 24px;
    padding: 2px;
}

.float-left { float: left; }

.float-right { float: right; }

[class^="icon-"] {
    cursor: pointer;
    height: 32px;
    margin-right: 5px;
    width: 32px;
}

.icon-facebook {
    background-image: url('../images/facebook.png'); /*width:35px;height:35px;*/
}

.icon-twitter { background-image: url('../images/twitter.png'); }

.h2a-img { opacity: 0.6; }

.h2a-img:hover {
    opacity: 1;
    /*-webkit-box-shadow: 11px 9px 5px -9px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 9px 5px -9px rgba(0,0,0,0.43);
box-shadow: 11px 9px 5px -9px rgba(0,0,0,0.43);*/
}

.cookie-consent {
    white-space: normal;
    line-break: auto;
    color: #0c5460;
    background-color: #f9feff;
    border-color: #bee5eb;
    border-radius: 8px;
    position: fixed;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.privacy-policy, .cookie-policy {
    text-decoration: none;
    font-weight: bold;
    color: #408387;
}

.policy-btn-group {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.policy-action-btn {
    display: flex;
    gap: 8px;
    align-items: center;
}
.consentstatus {
    text-transform: capitalize;
}