/* style for cookie consent */
#cookieConsent{
    background-color: rgba(0, 0, 0, .85);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 16px;
    padding: 8px 0 8px 30px;
    font-family: EuclidCircularMedium,"Helvetica Neue","Helvetica","Arial",sans-serif;;
    /* font-family: Trebuchet MS,Helvetica,sans-serif; */
    position: fixed;
    bottom: 0;
    left:0;
    right: 0;
    width:100%;
    float:right;
    display: block;
    z-index: 9999;
    text-align:right;
}

.popup-text{
    display:inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.mybtn {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    margin-top:0px;
    
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnAlign{
display:inline-block;
float:right;
    
}
.mybtn-success:hover {
    color: #fff;
    background-color: #3d8b3d;
    border-color: #327232;
}

a.mybtn-success{
    display: inline-block;
    color: #fff;
    background-color: #4cae4c;
    border-color: #449d44;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 20px;
    
}

a.btnMore{
    display: inline-block;
    color: #333;
    background-color: #eee;
    border-color:#ccc;
    margin:5px 20px 5px 5px;
    /*float:right;*/
}

.btnMore:hover {
    color: #333;
    background-color: #d5d5d5;
    border-color: #adadad;
}

.popup-text{
    color: #fff;
    /*margin-top:10px;*/
    /*margin-right:10px;*/
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;  
    width: 20px;
    margin: 0;
    margin-top: 10px; 
    font-weight: bold; 
    margin-right: 20px;
    font-size: 25px;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

@media only screen and (max-width:900px) {
    .btnAlign{
        float:left;
    }
    #cookieConsent{
        text-align:left;
    }
    .popup-text{
        display: block;
    }
    a.mybtn-success{
        margin-left: 0px;
    }
}