﻿/* 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. */

body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

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%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

label {
  margin-bottom: 1px;
  margin-top: 7px;
}

.mb-3, .my-3 {
  margin-bottom: 0.2rem !important;
}

.fa, .fas {
  padding-top: 9px !important;
}

.dropdownList {
  color: #040404 !important;
  background-color: #f1f1f1 !important;
  border-color: #040404ba !important;
  padding: 10px 15px !important;
  border: 1px solid #1111112e !important;
}


.form-control {
  color: #535353;
  border: 1px solid #cacaca;
}

  .form-control:focus {
    color: #393939;
    border-color: #0cc349;
    box-shadow: 0 0 0 0.15rem #0cc3492b;
  }

a {
  color: #28a745;
}

.text-primary {
  color: #28a745 !important;
}

.btn-primary {
  color: #fff;
  background-color: #007a29;
  border-color: #036424;
}

  .btn-primary:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #208537;
  }

  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007a29;
    border-color: #036424;
  }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgb(39 175 30 / 50%);
    }

  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #28a745;
    border-color: #208537;
    box-shadow: 0 0 0 0.2rem rgb(39 175 30 / 50%);
  }


.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem #0cc3492b;
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem #0cc3496b;
}

.btn-outline-primary {
  color: #007a29;
  border-color: #036424;
}

  .btn-outline-primary:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #208537;
  }


.bg-primary {
  background-color: #007a29 !important;
}

.border-primary {
  border-color: #036424 !important;
}


.form-check-label {
  cursor: pointer;
}

.form-check .form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #198754;
  border-color: #28a745;
}

.form-check-input:focus {
  border-color: #0cc349;
  box-shadow: 0 0 0 0.15rem #0cc3492b;
}



/* Tabela Agrupada */
.custom-table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #c0c0c0;
}

  .custom-table th, .custom-table td {
    text-align: left;
    padding: 8px;
    border: solid 1px #c0c0c0;
  }

  .custom-table > thead > tr {
    background-color: #272e38 !important;
    color: #FFF;
  }

  .custom-table thead {
    background-color: #c1c1c13b;
  }

  .custom-table tfoot {
    background-color: #c1c1c13b;
    font-style: italic;
    font-weight: 700;
  }

.custom-table-cabecalho {
  background-color: #c1c1c1b3 !important;
}


.tbtn {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
/* FIM - Tabela Agrupada */