﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.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;
    background-color: #f6f7fa !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.invalid-feedback {
    display: block !important;
    font-size: 79% !important;
}

.input-validation-error {
    border-color: #fb6340 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
}

.sidenav {
    max-width: 15% !important;
}

.navbar-brand{
    display: block !important;
}

.sidenav{
    z-index: 900 !important;
}

header .navbar {
    z-index: 1000 !important;
    background-color: #111111;
    color: #fff !important;
}

.user-image{
    width: 35px;
}

.logomanager {
    width: 185px;
    float: left;
}

.sair {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 50px;
}

.footer{
    padding: 0px !important;
}

.navbar-vertical{
    position: absolute !important;
}

.table-action-edit:hover {
    color: #ffc107
}

.table-action-view:hover {
    color: #28a745
}

.select2-container .select2-selection--single {
    height: auto;
    border: 1px solid #dee2e6
}

.navbar-vertical .navbar-nav .nav-link > i{
    min-width: initial;
    margin-right: 7px;
}

#sidenav-main {
    background-color: #444648;
    color: #fff;
}

.nav-link {
    color: #fff !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    background-color: #444648 !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
    padding-left: 2rem !important;
}

.imgrodape {
    max-width: 100% !important;
    max-height: 4rem !important;
}

.display-4{
    color: #000;
    font-style: italic;
}

p {
    font-size: inherit;
}

.alert-warning {
    color: #fff;
    border-color: #444648;
    background-color: #444648;
}

.table-flush > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-flush tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-limpa > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-limpa tr:nth-child(even) {
    background-color: #fff;
}

.colunaescura {
    background-color: #f2f2f2 !important;
}

.cabecalho-tabela, .cabecalho-tabela td {
    color: #8898aa !important;
    background-color: #f6f9fc !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    font-size: 0.65rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.btn-success{
    color: #fff !important;
}

.nav-link.active{
    text-decoration: underline;
}

/*@media (min-heigth: 768px) {
    .divimgrodape {
        position: absolute;
    }
}*/

.divpergunta{
    background-color: #cecece;
    padding: 20px;
    border-radius: 15px;
}

.pagination a, .pagination span {
    padding: 5px 10px;
    color: #212529;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 2px;
}

.pagination span {
    text-decoration: underline;
}