/* Extracted from _Layout.cshtml */

.cookies {
    background: #000000a6;
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cookies p {
    color: #fff;
    font-size: 14px;
    padding-top: 2px;
    padding-right: 10px;
    line-height: 23px;
}

.cookies p a {
    background: none;
    text-decoration: underline !important;
    color: #fff;
    padding: 0px;
}

.cookies a {
    color: #333;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    padding: 2px 5px;
}
#dvAcceptCookies{
    display:none;
}
#dvCheckCookies{
    display:none;
}

#dvAcceptCookies.gdpr-wraper {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-bottom: 30px;
}

#dvAcceptCookies .cookie-content {
    display: inline-block;
    width: 90%;
}

#dvAcceptCookies .col-md-2 {
    display: inline-block;
}

#dvAcceptCookies .col-md-2 #Button5 {
    background: rgba(232, 55, 26, 1);
    background: -moz-linear-gradient(90deg, rgba(232, 55, 26, 1) 0%, rgba(243, 134, 11, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(232, 55, 26, 1) 0%, rgba(243, 134, 11, 1) 100%);
    background: linear-gradient(90deg, rgba(232, 55, 26, 1) 0%, rgba(243, 134, 11, 1) 100%);
    padding: 10px;
    color: #fff;
    border-radius: 9px;
    cursor: pointer;
}

#dvCheckCookies {
    border: 6px solid #307fca;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 400px;
    height: 200px;
    margin: auto;
    background: #fff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    z-index: 9999
}

.bg-overlay {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-window .mbox {
    width: 100%;
    padding: 0 18px 18px;
    margin: 0;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.popup-window .mbox p {
    width: 100%;
    float: left;
    color: #333;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
    line-height: 30px;
}

.buttoncall input {
    background: #da3b20;
    color: #fff;
    padding: 5px 10px;
    border: none;
}