﻿/* 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 {
  width:100%;
  white-space: normal;
  text-align: center;
  word-break:break-word;
}

/* Provide sufficient contrast against white background */
a {
    color: #FAFAFA;
    font-weight: bold
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FAFAFA;
    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 */
}

img{
    position:absolute;
    float:left;
    height:50px;
    margin:0px;
}
#logoauto {
    position: relative;
    float: right;
    margin: 0px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 12px;
    opacity:0.4;
}
    #logoauto:hover {
        opacity: 1;
    }
    #lbautorodape {
        margin-left: 200px;
        opacity: 0.4;
        padding:0px;
    }
#container{
    width:100%;
}
li:hover{
    padding:4px;
    border-radius:12px;
}

ul {
    display: none;
}
li:hover ul {
    position:absolute;
    float: right;
    margin: 2px;
    margin-left: -60px;
    display: block;
    z-index: 100;
    border-radius: 12px;
    top: 45px;
}

li ul a:hover {
    background-color: powderblue;
    border-radius: 12px;
}

ul li {
    position: relative;
    padding: 2px;
    top: -10px;
    color: green;
}

li ul li {
    position: relative;
    padding: 2px;
    top: -5px;
    color: green;
    list-style-type: none;
    margin-left: -20px;
    width:250px;
}

ul li img {
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 2px;
    border-radius: 10px;
}

    ul li:hover {
        background-color: powderblue;
        color: rgb(13,43,85);
        font-weight: bold
    }

li ul a:hover {
    text-align: left;
    background-color: #FAFAFA;
    padding: 2px;
    transition: background 0.8s;
    text-decoration:none;
}

li ul a {
    text-align: left;
    color: #FAFAFA;
    font-family: inherit;
    font-weight: bold;
}

#menuTelas {
    background-color:aquamarine;
     width:214px;
}
    #menuTelas li {
        background-color: #00ACA4;
        margin-top: 10px;
        width: 184px;
        border-radius:10px;
    }

#tituloSistema {
    width: auto;
    color: #00ACA4;
    text-shadow: 1px 6px 3px #333;
    font-size: 30px;
    font-family: Jazz LET, fantasy;
    margin: 0px
}



