@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.etiqueta {
    display: block;
    text-align: left;
    clear: both;
    float: left;
    min-width: 140px;
}

div {
    padding: 2px 2px 2px 2px;
}

.borda {
    border-radius: 10px;
    border: 1px solid gray;
    padding: 8px 8px 8px 8px;
}

.mesma-linha {
    display: flex;
    flex-direction: row;
}

.label-mesma-linha{
    padding-left: 10px;
    padding-right:5px;
}

.titulo {
    font-weight: bold;
    color: darkblue;
    font-size: large;
    padding-bottom: 8px;
}

.titulo-secao {
    font-weight: bold;
    color: darkorange;
    font-size: x-large;
    padding-bottom: 8px;
}

.titulo-portugues {
    font-weight: bold;
    color: darkred;
    font-size: large;
    padding-bottom: 8px;
}

.titulo-ingles {
    font-weight: bold;
    color: blue;
    font-size: large;
    padding-bottom: 8px;
}

.integra {
    font-size: 22px;
    vertical-align: baseline;
    padding-top: 6px;
    padding-right: 5px;
    text-decoration: none;
    cursor: pointer;
}

.iconify {
    color: black;
    width: 32px;
    height: 32px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.drag-drop-zone {
    border: 3px dashed #e68710;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

.drag-drop-zone:hover {
    background-color: #f5f5f5;
}

.drag-drop-zone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

pre {
    background-color: #f0f0f0;
    overflow: auto;
    padding: 1rem;
    height: 10rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
.validation-message {    
    padding-left: 0.5em;
    background-color: darkorange;
    color: darkblue;
    max-width: 550px;
}