﻿#botao-contraste>svg, #botao-zoom>svg {
    color: black;
    vertical-align: middle;
    padding: 2px 5px;
    cursor: pointer;
}
#botao-contraste>svg {
    height: 36px;
    width: 36px;
}
#botao-zoom>svg {
    height: 32px;
    width: 32px;
}

body.zoomed {
    zoom: 1.5;
}

body.acess-contrast,
body.acess-contrast *:not(input[type="text"],input[type="password"],
textarea,nav,div.container,ul,li,li>a,img,select,span[class*="select"],b) {
    background-color: black !important;
    color: yellow !important;
    background-image: none !important;
}
body.acess-contrast select {
    color: black;
}
body.acess-contrast table a {
    text-decoration: initial;
}

body.acess-contrast .lw-top-menu .business-menu-item.active a {
    background-color: black;
    color: white !important;
}

body.acess-contrast .nav > li > a:hover, .nav > li > a:focus {
    color: black !important;
    background-color: #fff !important;
}

    body.acess-contrast a[href^="cancelar_procuracao"] > img {
        background-color: white !important;
    }

    body.zoomed #wrap {
        width: auto;
    }
body.zoomed .container {
    width: 97%;
}

.lw-top-menu .business-unit>ul {
    display: flex;
}
body.acess-contrast header#top {
    border-bottom: 2px solid #666666 !important;
}

body.zoomed table select {
    width: 100% !important;
}