html {
	background-color: #d4cfcb !important;
  /* zoom: 75%; */
}

/*cuidado aqui é o corpo do sistema, cores do corpo*/
body {
  /* background: 
  linear-gradient(135deg, #ddd7de 25%, transparent 25%) -50px 0,
  linear-gradient(225deg, #d9ccd1 25%, transparent 25%) -50px 0,
  linear-gradient(315deg, silver 25%, transparent 25%),
  linear-gradient(45deg, #d7cfe3 25%, transparent 25%);
  background-size: 2em 2em; */
  background-color: #e0e0e0 !important;
}

/*aqui é a cor da barra que fica o logo*/
.navbar-default {
	background-color: #da281c !important;
}


/*aqui é a cor da barra lateral esquerda que ficam os menus*/
.sidebar-default {
	background: #e0e0e0!important;
	background: linear-gradient(0deg, r#e0e0e0 0%, #e0e0e0 100%)!important;
	box-shadow: 1px 0px 14px 1px #9c9c9c;
}

.background-1 {
    background-color: rgb(81 66 27 / 33%)!important;
}

.background-2 {
    background-color: rgb(129 121 130 / 43%)!important;
}

.tab-content {
	background-color: silver !important;
}

