body,h1,h2,h3,h4,h5,h6 {font-family: "helvetica", sans-serif;
color:black
}

body, html {
  height: 100%;
  line-height: 1.8;
  background-color: #d4dadc !important;
  background-position:center;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
 /* background-image: url("/w3images/mac.jpg");*/
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

.w3-button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

.btn-excel {
  background-color: #28a745; /* verde Bootstrap */
  border-color: #28a745;
  color: white;
}

.btn-excel:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: white !important;
}

/*-------------------------------------------*\ 
 * Tabela com células na diagonal
\*-------------------------------------------*/
.diagonal {
  width: 100%;
  border: 1px solid #ccc;
  /* border-right: none;
  border-bottom: none; */
  background: #eee;
  cursor: context-menu;
}

.diagonal tr {
  height: 40px;
}

.diagonal th {
  text-align: center;
  padding: 10px;
}

.diagonal td {
    /* border-right: 1px solid #999;
    border-bottom: 1px solid #999; */
    border-right: 0;
    border-bottom: 0;
}

.diagonal td {
  position: relative;
  /* height: 50px; */
  width: 65px;
}

.diagonal .sup {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding-bottom: 15%;
  line-height: 100%;
  text-align: center;
  z-index: 1;
  color: #66CCFF;
}

.diagonal .inf {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding-top: 33%;
  line-height: 100%;
  text-align: center;
  z-index: 1;
  color: #39f; 
}

.diagonal td::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
  background-size: cover;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
}

/*-------------------------------------------*\ 
 * Sweet alert
\*-------------------------------------------*/
/*botao confirmar aviso popup home*/
.my-custom-button{
	font-size: 15px !important;
}