.access_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
}

    .access_btn:focus,
    .access_btn:active {
        /* redmine #52218 */
        outline: 3px solid #000000;
        /*outline-width: 0;*/
    }

    .access_btn img {
        width: 50px;
        height: auto;
    }

.access_btn_spremi {
    background-color: #000;
    padding: 13px;
    margin-top: 20px;
    display: block;
    color: #fff !important;
    border-radius: 6px;
    text-align: center;
}

.access_btn_reset {
    font-size: 13px;
    margin: 10px 0px 0 0;
    color: #000 !important;
}

.access_holder {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #f0f0f0;
    padding: 20px;
    z-index: 10000001;
    border-radius: 6px;
    max-width: 320px;
    border: 1px solid #000;
}

    .access_holder h3 {
        margin-bottom: 30px;
        position: relative;
        font-weight: bold;
        color: #000;
    }

        .access_holder h3 a.btn_close_accessHolder {
            position: absolute;
            right: 0;
            top: 0;
            color: red;
        }

            .access_holder h3 a.btn_close_accessHolder:hover {background: none;}

            .access_holder ul {
                margin: 0 0 25px 0;
                padding: 0;
            }

        .access_holder ul li {
            display: block;
            margin: 0 0 10px 0;
            background-color: #fff;
            border-radius: 6px;
            transition: all .2s ease-in-out;
        }

            .access_holder ul li:hover {
                box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.03);
                padding-left: 20px;
            }

            .access_holder ul li a {
                display: block;
                color: #000;
                font-size: 15px;
                padding: 11px
            }

                .access_holder ul li a img {
                    margin: 0 15px 0 10px;
                }

                .access_holder ul li a:hover:not(:focus) {
                    background: #fff;
                    text-decoration: underline;
                }

.access_btn_reset:hover {background: none; text-decoration: underline;}


.access_icon_close {
    position: relative;
    top: -4px;
}

.access_icon_bigfont {
    position: relative;
    top: -2px;
}

.access_icon_kontrast {
    position: relative;
    top: -2px;
    width: 16px;
}

.access_icon_disleksija {
    position: relative;
    top: -2px;
}

.access_posRel {
    position: relative;
    margin-top: 10px;
}

.access_icon_reset {
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.acc-txt {
    color: #000;
}

/*@media only screen and (max-width: 767px) {
    .access_btn {
        display: none;
    }
}*/



/*#agree {
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
    display: block;
}*/

#agree {
    display: block;
    opacity: 0;
    position: absolute;
}


.form-item {
    position: relative;
}

    .form-item input[type='checkbox'] + label::before {
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
        background-color: white;
        border: 2px solid #ccc;
    }

    .form-item input[type='checkbox']:focus + label::before {
        border: 2px solid black;
    }


.btn-form-submit {
    background-color: #1965b4;
    color: #fff;
}


div.page-body .form-item-description {
    font-size: 13px !important;
}


.form-item button {
    width: 100%;
}