﻿/* 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;
}

/* 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 */
}

/* ---------------------------- Conf. Para atender Tela Principal */
.bt {
    border: 1px solid #25692A;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 10px;
    text-decoration: none;
}

.bt-vd {
    border-color: #68b465;
    background: linear-gradient(to bottom, #abd5aa 5%, #68b465 100%);
    box-shadow: inset 0px 1px 0px 0px #e3f1e3;
    color: #fff;
    text-shadow: 0px 1px 0px #528009;
}

.bt-lj {
    border-color: #eb9b48;
    background: linear-gradient(to bottom, #f7d6b3 5%, #eb9b48 100%);
    box-shadow: inset 0px 1px 0px 0px #fdf7f0;
    color: #333;
    text-shadow: 0px 1px 0px #ffee66;
}

.bt-az {
    border-color: #46a7f5;
    background: linear-gradient(to bottom, #86c6f8 5%, #46a7f5 100%);
    box-shadow: inset 0px 1px 0px 0px #d7ecfd;
    color: #fff;
    text-shadow: 0px 1px 0px #528009;
}

.bt-vm {
    border-color: #f61f0e;
    background: linear-gradient(to bottom, #fca8a1 5%, #f61f0e 100%);
    box-shadow: inset 0px 1px 0px 0px #fff4f3;
    color: #fff;
    text-shadow: 0px 1px 0px #528009;
}

.bt-pcp {
    border-color: #DCDCDC;
    background: linear-gradient(to bottom, #F5F5F5 5%, #DCDCDC 100%);
    box-shadow: inset 0px 1px 0px 0px #fff4f3;
    color: #333333;
    text-shadow: 0px 1px 0px #ffee66;
}

.bt-am {
    border-color: #ffc107;
    background: linear-gradient(to bottom, #FFDAB9 5%, #ffc107 100%);
    box-shadow: inset 0px 1px 0px 0px #FFFACD;
    color: #333333;
    text-shadow: 0px 1px 0px #ffee66;
}




.bt-vd:hover {
    background: linear-gradient(to bottom, #68b465 5%, #abd5aa 100%);
}

.bt-lj:hover {
    background: linear-gradient(to bottom, #eb9b48 5%, #f7d6b3 100%);
}

.bt-az:hover {
    background: linear-gradient(to bottom, #46a7f5 5%, #86c6f8 100%);
}

.bt-vm:hover {
    background: linear-gradient(to bottom, #f61f0e 5%, #fca8a1 100%);
}

.bt-pcp:hover {
    background: linear-gradient(to bottom, #DCDCDC 5%, #F5F5F5 100%);
}

.bt-am:hover {
    background: linear-gradient(to bottom, #ffc107 5%, #FFDAB9 100%);
}


.bt:active {
    position: relative;
    top: 2px;
}