﻿#_body{
    position: relative;
}

#_body.hidden {
    overflow: hidden;
}

.mult-item a {
    text-decoration: none;
    padding: 5px 15px;
    border: 1px solid;
    border-color:#072178;
    color: #072178;
    border-radius: 10px;
    margin-right: 1rem;
}

.mult-item a:hover {
    background-color: #072178;
    color: #fff;
}

#goTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 48px !important;
    background-color: #ED6C00;
    z-index: 2;
    display: none;
}

#goTop i{
    color:#fff;
}

p.expertise-info{
    font-size: 1.4rem;
}

td.data-width20 {
    width: 20rem;
}

td.data-width15 {
    width: 15rem;
}

.cookies-statement {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #313131e8;
    padding: 25px 25px;
    z-index: 1;
}

    .cookies-statement p {
        width: 74%;
        color: #fff;
        float: left;
        margin: 0;
        padding-top: 10px;
        padding-right: 100px;
    }

    .cookies-statement a {
        color: #e98121;
        text-decoration: none;
    }

        .cookies-statement a:hover {
            text-decoration: underline;
        }

    .cookies-statement.hidden {
        display: none;
    }

.cookies-confirm-btn {
    min-width: 120px;
    margin-top: 5px;
    text-align: center;
    padding: 5.5px 10px;
    float: left;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    background-color: #d06e13;
}

    .cookies-confirm-btn:hover {
        background-color: #b75b05;
    }

    .cookies-statement .cookies-confirm-btn::before,
    .cookies-statement .cookies-confirm-btn::after {
        display: none;
    }

/*Change autofill background color*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #313131 inset !important;
}

/*Change text color in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

/* For IE 11 */
:-ms-input-placeholder {
    color: #999 !important;
}

@media (max-width:767px) {
    .cookies-statement {
        text-align: center;
    }

        .cookies-statement p {
            width: 100%;
            padding: 0 0 10px;
            text-align: left;
        }

        .cookies-statement .common_btn {
            display: inline-block;
        }

        .cookies-statement p,
        .cookies-statement .common_btn {
            float: none;
        }
}

.cncheck-hidden {
    display: none;
}
