﻿.labelTitulo {
    font: 20px arial;
    color:gray;
}

.labelTituloMed {
    font: 16px arial;
    color: gray;
}

.ddlist {
    border-radius: 5px;
    height: 25px;
}

.ddlistaSelecao {
    background-color: #1588D1;
    color: white;
    border-radius: 5px;
    height: 25px;
}
.labelOpcao {
    font: 14px arial;
}

.labelGtitulo {
    font: 26px arial;
    color: gray;

}

.labelOpcaoPeq{
    font: 10px arial;
    
}


.botaoAzul{
    border-radius: 3px ;
    background-image: url(../Resources/bt_azul.png);
    background-repeat:no-repeat;
    background-size:cover ;
    border-color:white;
    font: 14px arial;
    color:white ;
    text-wrap:normal ;
    overflow-wrap:normal;
    
}

.tb {
    background-color: white;
    border-top: 0px;
    border-left:0px;
    border-right:0px;
    border-bottom: 1px solid gray;
}
    .tb:focus {
        background-color: #F8F8F8;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 2px solid black;
    }


.tb1 {
    background-color: #F5F5F5;
    border: 0px;
    border-bottom: 2px solid white;
}
.tb1:focus {
    background-color: white;
    border-bottom: 2px solid black;
}

.tb2 {
    visibility:hidden ;
    background-color: #C7EDFC;
    border: 0px;
    border-bottom: 2px solid white;
}
.tb2:focus {
    background-color: white;
    border-bottom: 1px solid black;
}
