#divAcesso {
    margin-top: 100px;
    border: solid;
    border-width: 4px 1px 1px 1px;
    border-color: #3B4293;
    padding: 20px 5px 10px 5px;
}

#msgErro {
    background-color: orange;
    font-size: 0.9em;
}

#msgSucesso {
    background-color: lightgreen;
    font-size: 0.9em;
}

#barraHorizontal {
    margin-top: 30px;
    margin-bottom: 20px;
}

#esqueciSenha {
    font-size: 0.9em;
}

.btn-progress {
    overflow: hidden;
    position: relative;
    content: "Enviando dados...";
    color: #ffffff;
    background-color: #0b4986;
    background-image: -moz-linear-gradient(top, #123b6e, #005dab);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#123b6e), to(#005dab));
    background-image: -webkit-linear-gradient(top, #123b6e, #005dab);
    background-image: -o-linear-gradient(top, #123b6e, #005dab);
    background-image: linear-gradient(to bottom, #123b6e, #005dab);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff123b6e', endColorstr='#ff005dab', GradientType=0);
    background-color: #005dab;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5,  transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 0.5s linear infinite;
    -moz-animation: progress-bar-stripes 0.5s linear infinite;
    -ms-animation: progress-bar-stripes 0.5s linear infinite;
    -o-animation: progress-bar-stripes 0.5s linear infinite;
    animation: progress-bar-stripes 0.5s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* Firefox */
@-moz-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* IE9 */
@-ms-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

/* Opera */
@-o-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* Spec */
@keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

.conteudopagina {
    min-height: 80%;
}

#modal_padroes_body figure {
    display: inline-block;
    position: relative;
}

#modal_padroes_body figcaption {
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: black;
    text-shadow: 0px 0px 10px white;
}

.padrao_selecionado {
    border-style: solid;
    border-width: 2px;
    border-color: blue;
}

.select_readonly {
    pointer-events: none;
    touch-action: none;
}

.peca {
    border-style: solid;
    border-color: grey;
    border-width: 0.5px;
    position: relative;
}

.furo_dobradica {
    background: black;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
}

.img_dimensoes {
    min-height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.botao_selecao_cor {
    background-image: url(../_imagens/padroes/branco.jpg);
    min-width: 100%;
    min-height: 100%;
}

.popup_carregamento {
    display: block;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rbg(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.popup_carregamento_none {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rbg(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.fig_tipos {
    display: inline-block;
    position: relative;
}

.figc_tipos {
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: black;
    text-shadow: 0px 0px 10px white;
}

.fig_tipos:hover {
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    border-radius: 5px;
}

.fig_tipos_selected {
    border-style: solid;
    border-width: 2px;
    border-color: red;
    border-radius: 5px;
}
