body {
  padding-top: 6px;
}

.corcabecalho {
    background-color: darkblue;
    color: white;
}

.margempadrao {
    margin-top: 10px;
}

.corcabecalho2 {
    background-color: darkblue;
    color: white;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
}

.corcabecalho-rodape {
    background-color: darkblue;
    color: white;
    padding: 15px;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.linkrodape {
    color: aliceblue;
}

a:link, a:visited {
	text-decoration: none
	}

a:hover {
	text-decoration: underline; 
	color: #f00
	}

a:active {
	text-decoration: none
	}

.tamanho-td {
    width: 30px;
}

.margem-topo {
    margin-top: 140px;
}

.div-table {
  overflow: scroll;
  height: 80%;
  float: left;
  width: 99%;
  position: fixed;
  box-sizing: border-box;
}

                
.xview {
    background: url("https://mdbootstrap.com/img/Photos/Others/img (40).jpg")no-repeat center center;
}

.xnavbar-default {
    background-color: white;
    border-color: #E7E7E7;
}

.xnavbar {
    background-color: white;
}

.btn {
    color: #ffffff;
}

.xnav-link {
color: black;
}

.xnav-link:hover {
color: silver !important;
}

.xtop-nav-collapse {
    background-color: #4285F4;
}

.pintar {
    background-color: white !important;
    border: 1px solid silver !important;
    font-weight: bold !important;
    font-family: sans-serif;
    font-size: 18px;
}

.pintar:hover {
    background-color: navy !important;
    color: white !important;
}

.sombra {
  border: 0px solid;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  width: 100%;
}

.card {
    border: 0px !important;
}


@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
}
