﻿/* 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. */

.table-font-small {
    font-size: 12px !important;
}

.dropdown-item a {
    cursor: pointer;
}

a.navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

a { color: #0366d6; }

.btn-primary {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

/* 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 {
    min-height: 100%;
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
}

.footer {
    bottom: 0;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.form-control, .input-group-text {
    border: 1px solid #0080ff;
}

/* Ajustes de formulário: legendas e espaçamentos */
.form-group label.control-label { display:block; margin-bottom: .25rem; }
.form-group .form-text,
.form-group small.text-muted { display:block; margin-top: .75rem; position: static; z-index: auto; clear: both; }

/* Select2 ocupar 100% e não sobrepor a legenda */
.select2-container { width: 100% !important; display:block !important; margin: 0; }
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple { display:block; width:100%; margin-bottom: .75rem; }
.select2-container--bootstrap4 .select2-selection--single { min-height: calc(2.25rem + 2px); padding: .375rem .75rem; }
.select2-container--bootstrap4 .select2-selection--multiple { min-height: calc(2.25rem + 2px); padding: .25rem .5rem; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered { line-height: 1.5; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow { height: 100%; }

/* Espaço inferior padrão em controles para a legenda abaixo */
.form-control { margin-bottom: .5rem; }
.input-group { margin-bottom: .5rem; }

a.btn:hover { cursor: pointer !important; }

.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    animation: spin 2s linear infinite;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    height: 80px;
    left: 40%;
    position: fixed;
    top: 45%;
    width: 80px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg) }
}

.hide { display: none; }

.login-image {
    -o-object-fit:contain;
    object-fit: contain;
}

.login-container, .login-row {
    min-height: 100vh;
}

.login-card {
    background-color: #f6f6f6;
}
