.menu {
  width: 15%;
}

.menu_aux {
  width: 25%;
}

.painel {
  width: 80%;
}

.painel_aux {
  width: 50%;
}

.painel2 {
  width: 100%;
}

.backgroundAll {
  background-color: #cee3f6;
}

.backgroundLinha {
  background-color: #b0c4de;
}

.card {
  border-radius: 15px;
  padding: 30px;
}

.right {
  float: right;
  padding: 10px;
}

.left {
  float: left;
  padding: 10px;
}

.left-check {
  float: left;
}

.center {
  text-align: center;
}

.title_page {
  float: left;
  font-size: 20px;
}

.left_title {
  float: left;
  font-size: 20px;
}

.title {
  font-size: 35px;
}

.buttonNovo {
  width: 70px;
  height: 70px;
}

.red {
  color: red;
}

.background {
  background-color: #cee3f6 !important;
}

.md-menu-content.md-select-menu {
  width: auto;
  max-width: 60%;
}

.left-clear {
  clear: left;
}

.right-clear {
  clear: right;
}

.inputs {
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  background-color: #cee3f6 !important;
}

.inputMoney {
  background-color: #cee3f6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: thin;
  border-color: rgb(150, 150, 150);
  margin: auto;
  font-size: 13pt;
  outline: none;
}

.right-content {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
}

.right-content-a {
  position: relative;
}

.v-select-align {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.image-logo-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px;
}



