.btnAccessabilty {
    position: fixed;
    top: 0;
}

#myModal {
    width: 400px;
    float: right;
    top: 10px;
    z-index: 9999999999;
}

#btnAccModal {
    z-index: 99999999999;
}

.monochrome {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sepia {
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
}

.highcontrast_yellow {
    background-color: black;
    color: yellow;
}

    .highcontrast_yellow a, .highcontrast_yellow a:visited {
        color: yellow;
    }

.highcontrast {
    background-color: black;
    color: white;
}

    .highcontrast a, .highcontrast a:visited {
        color: white;
    }


a.highlightLinks, a.highlightLinks:link,  a.highlightLinks:visited {
    color: yellow !important;
}

/*----------------------------------*/

.main {
}

.modalAccHeader {
    display: flex;
    background-color: #5b9bbd;
    color: #fff;
    padding: 0 !important;
    height: 70px;
    align-items: center;
}

    .modalAccHeader .close {
        padding: 0 15px;
        margin: 0;
        font-size: 50px;
        font-weight: 100;
        color: #fff;
        text-shadow: none;
        opacity: inherit;
    }

.modalAccFooter {
    display: flex;
    background-color: #5b9bbd;
    color: #fff;
    padding: 0 !important;
    height: 70px;
    align-items: center;
    justify-content: center;
}

    .modalAccFooter a {
        font-family: SemanticaCondBold;
        font-size: 25px !important;
        line-height: 30px !important;
        color: #fff !important;
    }

.modalAccHeader h4 {
    font-family: SemanticaCondBold !important;
    font-size: 35px !important;
    line-height: 30px !important;
}


.enBodyContainer .modalAccHeader h4{
    font-size: 21px !important;
    line-height: 18px !important;
}

.ruBodyContainer .modalAccHeader h4{
    font-size: 21px !important;
    line-height: 18px !important;
}

.arBodyContainer .modalAccHeader h4 {
    font-size: 27px !important;
    line-height: 21px !important;
}

.modalAccHeader span {
    background-color: #fff;
    width: 70px;
    height: 69px;
    display: flex;
    align-items: center;
}

    .modalAccHeader span i {
        font-size: 45px;
        color: #5b9bbd;
        padding-right: 10px;
    }

.main-acc-form {
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.main-acc-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.button-img{
    width:35px;
}

    .main-acc-form-row .main-acc-form-row-title {
        padding: 15px;
        font-weight: bold;
        font-size: 150%;
    }

    .main-acc-form-row .main-acc-form-row-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 25px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

        .main-acc-form-row .main-acc-form-row-buttons .main-acc-form-btn {
            flex: 1 1 33.3%;
            text-align: center;
            padding: 0 2%;
        }

            .main-acc-form-row .main-acc-form-row-buttons .main-acc-form-btn:not(:last-child) {
                border-left: 1px solid #ddd;
            }

            .main-acc-form-row .main-acc-form-row-buttons .main-acc-form-btn button {
                width: 100%;
                height: 50px;
                background-color: #eee;
                border: none;
                font-size: 150%;
                line-height: 20px;
                cursor: pointer;
                z-index: 9999999999;
            }

                .main-acc-form-row .main-acc-form-row-buttons .main-acc-form-btn button .txtBig {
                    font-size: 300%;
                    line-height: 40px;
                }

                .main-acc-form-row .main-acc-form-row-buttons .main-acc-form-btn button .txtMedium {
                    font-size: 200%;
                    line-height: 40px;
                }

                .main-acc-form-row .main-acc-form-row-buttons .main-acc-form-btn button .txtSmall {
                    font-size: 100%;
                }

    .main-acc-form-row .main-acc-form-row-buttons1 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 25px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

        .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1 {
            flex: 1 1 33.3%;
            text-align: center;
            padding: 0 2%;
        }

            .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1:not(:last-child) {
                border-left: 1px solid #ddd;
            }

            .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1 button {
                width: 100%;
                height: 50px;
                background-color: #eee;
                border: none;
                font-size: 150%;
                line-height: 20px;
                cursor: pointer;
                z-index: 9999999999;
            }

                .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1 button.borderHighlight {
                    border: 2px solid #999 !important;
                }

                .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1 button:focus {
                    outline: none;
                }

                .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1 button .txtBig {
                    font-size: 300%;
                    line-height: 40px;
                }

                .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1 button .txtMedium {
                    font-size: 200%;
                    line-height: 40px;
                }

                .main-acc-form-row .main-acc-form-row-buttons1 .main-acc-form-btn1 button .txtSmall {
                    font-size: 100%;
                }

    .main-acc-form-row .main-acc-form-row-links {
        display: flex;
        padding-top: 25px;
        padding-right: 25px;
        flex-direction: column;
    }

        .main-acc-form-row .main-acc-form-row-links .lnk-row {
            display: flex;
            align-items: center;
        }

        .main-acc-form-row .main-acc-form-row-links .arrow-left {
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #5b9bbd;
            margin-left: 10px;
        }

        .main-acc-form-row .main-acc-form-row-links a {
            color: #000;
            font-size: 140% !important;
            text-decoration: none;
            cursor: pointer;
        }

.highcontrast_yellow_a * {
    background-color: black !important;
    color: yellow !important;
}

.highcontrast_yellow_a a:hover {
    /*outline: 3px solid yellow !important;*/
}

.knsDetails {    
    position: relative;
}


.imgAccessabilty{
    width:35px;    
    position: absolute;
    right: -60px;
	top:2px !important;
    cursor: pointer;
}


.ltrBodyContainer .imgAccessabilty {
     left: -60px;
}


