﻿/*Cookies Manage Popup*/
.cookiesManage {
    /*right: 25%;
    top: auto;
    bottom: 0%;
    left: auto;
    position: fixed;*/
    z-index: 1;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-radius: 5px 0px 0px 0px;
    padding: 10px;
    background-color: #01788e;
    position: fixed;
    bottom: 0px;
    right: 0px;
    height:40px;
    transition: height 0.5s;
}

.cookiesManage:hover
{
    height:50px;
}

#open_preferences_center {
    color: #ffffff;
}

/*@media only screen and (max-width: 740px) {
    .cookiesManage {
        right: 2%;
    }
}*/

/*Cookie Consent Styles Main Popup*/

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 10px;
    background-color:#0d657b;
}

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb,
.freeprivacypolicy-com---palette-dark .cc-pc-head,
.freeprivacypolicy-com---palette-dark .cc-cp-foot {
    /*background-color: #333366;*/
    background-color:#0d657b;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-content,
.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item[active=true] {
    /*background-color: #36366d !important;*/
    background-color:#01788e !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree,
.freeprivacypolicy-com---palette-dark .cc-nb-reject,
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background-color: #dc8306;
    color: #0d657b;
}

.freeprivacypolicy-com---reset freeprivacypolicy-com---nb {
}


.freeprivacypolicy-com---palette-dark freeprivacypolicy-com---nb-simple {
}

.freeprivacypolicy-com---lang-el {
}

.cc-nb-main-container {
}

.cc-nb-title-container {
}

.cc-nb-title {
}

.cc-nb-text-container {
}

.cc-nb-text {
}

.cc-nb-buttons-container {
}

.cc-nb-okagree {
}

.cc-nb-reject {
}

.cc-nb-changep {
}

/*Cookie Consent Styles Preferences Popup*/
.freeprivacypolicy-com---pc-dialog {
}

.cc-pc-container 
{
    
}

.cc-pc-head 
{
    
}

.cc-pc-head-title {
}

.cc-pc-head-title-text {
}

.cc-pc-head-title-headline {
}

.cc-pc-head-lang {
    font-size: medium;
}

.cc-pc-head-lang-select 
{
    display: none;
}

.cc-pc-head-close {
}

.cc-cp-body {
}

.cc-cp-body-tabs {
}

.cc-cp-body-tabs-item {
}

.cc-cp-body-tabs-item-link {
}

.cc-cp-body-content {
}

.cc-cp-body-content-entry {
}

.cc-cp-body-content-entry-title {
}

.cc-cp-body-content-entry-text {
}

.cc-cp-foot 
{
   padding: 10px; 
}

.cc-cp-foot-byline {
}

.cc-cp-foot-button {
}

.cc-cp-foot-save {
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
}
.cc-custom-checkbox label
{
    color: #efefef;
}

.freeprivacypolicy-com---nb-simple 
{
    max-width:100%;
    border :1px solid #000;
}

.wordWrapAnywhere {
    word-wrap: anywhere;
}