﻿/*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: #be515d;
    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 {
        left: 2%;
    }
}
*/
/*Cookie Consent Styles Main Popup*/

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 10px;
}

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb,
.freeprivacypolicy-com---palette-dark .cc-pc-head,
.freeprivacypolicy-com---palette-dark .cc-cp-foot {
    background-color: #666666;
    left: 10px;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-content,
.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item[active=true] {
    background-color: #666666 !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: #be515d;
    color: #ffffff;
}

.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 {
    display: inline-block;
}

.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 {
}

.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 {
}

.cc-cp-foot-byline {
}

.cc-cp-foot-button {
}

.cc-cp-foot-save {
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
}
.freeprivacypolicy-com---nb-simple /*This is to increase the width of the popup - you can exclude the styles in it but add the class*/ {
    max-width: 100%;
    border: 1px solid #000;
}

.wordWrapAnywhere {
    word-wrap: anywhere;
}
