/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/08/2015, 08:51:00
    Author     : vinicius
*/



/*ALTO CONTRASTE*/
.contraste p, .contraste h1,.contraste td, .contraste h2, .contraste h3, .contraste h4, .contraste a, .contraste span, .contraste legend, .contraste input, .contraste textarea, .contraste button, .contraste div, .contraste ul,.contraste select, .contraste body,html .contraste{
    color: #fffe01 !important;
    background-color: #000 !important;
}


.contraste #funcionalidades li > a:hover, .contraste #funcionalidades li:hover > a {
    background-color: #464646 !important;
    color: #fff !important;
    text-decoration:none;
}
.contraste .dropdown-menu.extended li a:hover {
    background-color: #464646 !important;
}



.contraste button{
    background-color: #000 !important;
    background-image:none !important;
}

/*----------------------------------*/
/*--------BARRA-ACESSIBILIDADE------*/
/*----------------------------------*/

#funcionalidades {
    padding-top: 0;
    width: 100%;
    background-color: #F4F4F4;
}

#funcionalidades ul {
    margin-left: 15%;
}

#funcionalidades li {
    display:block;
    float:left;
}

#funcionalidades li a {
    font-size: 16px !important;
    color: #000;
    padding: 15px 50px;
    text-decoration:none !important;
}

#funcionalidades li > a:hover, #funcionalidades li:hover > a {
    background: #3b8dbd !important;
    color: #fff !important;
    text-decoration:none;
}

#footer-widgets a:hover{
    background: #3b8dbd !important;
    color: #fff !important;
}



/*----------------------------------*/
/*--------BARRA-ACESSIBILIDADE------*/
/*----------------------------------*/

.contraste *:focus, .contraste .page:focus { border: 2px solid #fff !important; }

.contraste .breadcrumb, .contraste .clearfix{
    border: 1px solid #4A8BC2;
}

.contraste .sub-menu li{
    border: 1px solid #d9fffd;
}

.contraste #bloco{
    border: 1px solid #4A8BC2;
}

.contraste #bloco .clearfix{
    border: none;
}

.contraste #bloco #opcoes{
    margin-top: 2px;
    margin-bottom:  2px;
    border: solid 1px  #fffe01;
}