body {
  width: 100%;
  height: 100%;
  font-family: Verdana;
  font-size: 13px;

}

.container-fluid {
  margin-top: 8vh;
  padding-bottom: 5vh;
  width: 80%;
}

.div-flex {
  width: 100%;
  display: inline-flex;
  padding: 5px 15px 5px 15px;
}

.containerFixed {
  overflow-x: auto;
}

.titulo {
  font-size: 18px;
  text-align: center;
  margin-bottom: 3vh;
}

/* --------- ScrollBar ----------  */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (max-width: 990px) {
  .container-fluid {
    margin-top: 5vh;
    padding-bottom: 5vh;
    width: 95%;
    overflow: auto;
  }
}

/* BTN  */
.btn {
  font-weight: bold;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: .60rem 1.70rem;
  color: white;
}

.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: white;
}

.icons {
  color: white;
  padding: 2px;
  font-size: 24px;
}

.btn-size-fix {
  height: 40px;
}

.btn-check {
  background-color: rgb(68, 149, 241);
  border-radius: 50%;
}

/* BTN NOVO  */
.btn-novo {
  background-color: rgb(61, 130, 151);
}

.btn-novo:hover {
  background-color: rgb(34, 87, 104);
}

/* BTN SALVAR  */
.btn-salvar {
  background-color: rgb(61, 102, 73);
}

.btn-salvar:hover {
  background-color: rgb(39, 66, 47);
}

/* BTN CANCELAR  */
.btn-cancel {
  background-color: rgb(187, 115, 48);
}

.btn-cancel:hover {
  background-color: rgb(139, 84, 32);
}

/* BTN Hist  */
.btn-hist {
  background-color: #869F2D;
}

.btn-hist:hover {
  background-color: #869F2D;
}

/* BTN DELETAR  */
.btn-del {
  background-color: rgb(133, 54, 54);
}

.btn-del:hover {
  background-color: rgb(102, 41, 41);
}

.note-editor .btn {
  color: rgb(27, 27, 27) !important;
}


/* ---------------------- FONT COLORS ------------------------ */
p {
  color: green;
}

.p2 {
  color: blue;
}

.p3 {
  color: red;
}

.f-white {
  color: white;
}

/* ---------------------- BACKGROUND COLORS ------------------------ */

.red {
  background-color: #e8c1c1;
}

.cak {
  background-color: #FF9;
}

.red2 {
  background-color: #ea2929;
  font-weight: bold;
  color: black;
}

.yellow {
  background-color: #ebf54c;
}

.orange {
  background-color: #f5bf4c;
}

.blue {
  background-color: #cae9f8;
}

.green {
  background-color: #b6ef9e;
}

.gray {
  background-color: #F5F5F5;
}

.electron {
  background-color: #f6e2e4
}

.solaris {
  background-color: #FDE1CB;
}

.hibridus {
  background-color: #CBD9EC;
}

.vision {
  background-color: #EAF3D2;
}

.disponivel {
  background-color: #D9EDF7;
}

.manutencao {
  background-color: #F2DEDE;
}

.montagem {
  background-color: #FCF8E3;
}

.reservado {
  background-color: #FFFF99;
}

.teste {
  background-color: #D5D5EA;
}

.ativa {
  background-color: #DFF0D8;
}

.bold {
  font-weight: bold;
}
