﻿
#accessibility-icon {
    position: fixed;
    top: 61px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
}

#accessibility-open {
    position: fixed;
    top: 61px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
}

.accessibility-header {
    font-size: x-large;
    background-color: #17384c;
    color: #fff;
    text-align: center;
}

.accessibility {
    display: none;
    position: fixed;
    top: 117px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    padding: 10px 10px 0 10px;
    font-size: 25px;
    direction: rtl;
    z-index: 999;
    right: -280px;
}

/*Accessibility page*/
#statement h4 {
    margin: 1px 1px 1px 1px !important;
}

#statement h3 {
    margin: 20px 1px 1px 1px !important;
}

#statement h1 {
    margin: 0 1px 1px 1px !important;
}

#statement p {
    margin: 5px 1px 15px 1px !important;
}

#statement ul {
    margin: 1px 1px 1px 1px !important;
    padding-right: 40px;
}


/* Accessibility */

button {
    background: none;
    border: none;
    cursor: pointer;
}

    button:not(.custom-button):hover, button:not(.custom-button):focus {
        text-decoration: underline;
    }

    /*a:focus,*/
    /*input:focus,
    textarea:focus,
    select:focus,
    button:focus,
    [tabindex]:focus {
        border: cornflowerblue 2px solid !important;
        outline: 0;
    }*/

input[type=checkbox]:not(.custom-checkbox) {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    /*input[type=checkbox]:focus ~ label span.icon {
        border: cornflowerblue 2px solid !important;
    }*/

input[type=radio] {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

    /*input[type=radio]:focus + span,
    input[type=radio]:focus ~ label {
        border: cornflowerblue 2px solid !important;
    }*/



.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.invertedColorsImg {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}

.invertedColorsAllDiv {
    color: #ff0 !important;
    background-color: #000 !important;
}

.invertedColors {
    color: #ff0 !important;
    background-color: #000 !important;
}

.invertedColorsforTagA {
    outline: 1px dashed Gold;
    color: #ff0 !important;
    background: #000 !important;
}

.invertedColorsforTagSpan {
    color: #fff !important;
    background-color: #000 !important;
}


.accessibility-nav {
    position: fixed;
    display: none;
    right: 0;
    top: 2px;
    width: 200px;
    z-index: 9999;
    background-color: white;
}

    .accessibility-nav a {
        color: black;
        position: absolute;
        right: -1000px;
        font-size: 20px;
        background-color: white;
    }

        .accessibility-nav a:focus {
            right: 0;
        }


.accessibility-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (max-width: 1023px) {
    #accessibility-icon {
        display: none;
    }
}
/* Accessibility */
