@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
@font-face {
    font-family: Coolvetica;
    src: url('coolvetica rg.ttf');
}
*/

#telaPrincipal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /*background: url('../img/fundo_telas.png');*/
  /*background-size: cover;*/
  /*width: 360px;
    height: 740px;*/
}

#app {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /*background: url('../img/fundo_telas.png');*/
  background-size: cover;
}

* {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 3px;
}

.onerow {
  height: 10px;
}

.tworows {
  height: 20px;
}

.page {
  /*position: absolute;*/
  display: none;
}

.table_teclado tr td {
  background: #828282;
  color: #fff;
  padding: 0.5em 0.5em;
  cursor: pointer;
  border-radius: 3px;
  font-family: sans-serif;
  border: 1px solid #757575;
  max-width: 10px;
  position: relative;
}

.table_teclado tr td:hover {
  background: #525252;
}

.btn_delete {
  position: absolute;
  left: 0.1em;
  bottom: 0.1em;
  width: 19px;
}

.popup {
  position: fixed;
  top: 200px;
  z-index: 2;
  visibility: hidden;
  width: 320px;
  border: 1px solid #2f509b;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup-botao-ok {
  border: 1px solid #2f509b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #2f509b;
  color: #ffffff;
  font-size: 18px;
  outline: 0px;
  width: 90%;
  height: 40px;
  margin: 5px;
}
.popup-botao-ok:active {
  background: #2982f0;
}

.popup-botao-cancel {
  border: 1px solid #2f509b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #ffffff;
  color: #2f509b;
  font-size: 18px;
  outline: 0px;
  width: 90%;
  height: 40px;
  margin: 5px;
}
.popup-botao-cancel:active {
  background: #2982f0;
}

.listview {
  /*position: absolute;*/
  overflow: auto !important;
}

.container {
  /*position: absolute;
    overflow:auto!important;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.listcard {
  margin-top: 10px;
  width: 320px;
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #2f509b;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lbl12 {
  font-size: 12px;
}

.lbl14 {
  font-size: 14px;
}

.lbl20 {
  font-size: 20px;
}

.lbl25 {
  font-size: 25px;
}

.lbl40 {
  font-size: 30px;
}

.lbl_bold {
  font-weight: bold;
}

.input-flat {
  border: 1px solid white;
  border-radius: 5px;
  font: normal 20px / normal;
  font-size: 20px;
  color: black;
  width: 30px;
  height: 20px;
  outline: 0px;
  background: transparent;
  text-align: left;
  padding: 5px;
}
.input-flat:focus {
  border-bottom: 1px solid #d57a23;
}

.combobox {
  border: 1px solid #2f509b;
  border-radius: 5px;
  font: normal 20px / normal;
  font-size: 20px;
  color: #2f509b;
  width: 100%;
  height: 35px;
  outline: 0px;
  background: transparent;
  text-align: left;
  padding: 5px;
}

.input {
  border: 1px solid #2f509b;
  border-radius: 5px;
  font: normal 20px / normal;
  font-size: 20px;
  color: #2f509b;
  width: 100%;
  height: 20px;
  outline: 0px;
  background: transparent;
  text-align: left;
  padding: 5px;
}
.input:focus {
  border-bottom: 1px solid #d57a23;
}

.divinput {
  border: 1px solid #2f509b;
  border-radius: 5px;
  font: normal 20px / normal;
  font-size: 20px;
  color: #2f509b;
  width: 100%;
  height: 35px;
  outline: 0px;
  background: transparent;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.divinput:focus {
  border: 1px solid #d57a23;
}

.input_login {
  border: 1px solid white;
  border-radius: 5px;
  font: normal 20px / normal;
  font-size: 20px;
  color: #2f509b;
  width: 100%;
  height: 20px;
  outline: 0px;
  background: transparent;
  text-align: left;
  padding: 0;
}
.input_login:focus {
  border-bottom: 1px solid #ffffff;
}

.botao {
  border: 1px solid #2f509b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #2f509b;
  color: #ffffff;
  font-size: 18px;
  outline: 0px;
}
.botao:active {
  background: #2982f0;
}

.botao-vazado {
  background: transparent;
  color: #2f509b;
  font-size: 18px;
  outline: 0px;
  height:40px;
  width:150px;
  display:flex;
  align-items: center;
  justify-content: center;

}
.botao:active {
  background: #2982f0;
}


.botao_login {
  border: 1px solid #2f509b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #2f509b;
  color: #ffffff;
  font-size: 18px;
  outline: 0px;
}
.botao_login:active {
  background: #2982f0;
}

.botao_confirma {
  border: 1px solid #4e8b31;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #4e8b31;
  color: #ffffff;
  font-size: 18px;
  outline: 0px;
}
.botao_confirma:active {
  background: #5e865d;
}

.botao_opcao {
  border: 1px solid #d57a23;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #d57a23;
  color: #ffffff;
  font-size: 18px;
  outline: 0px;
}
.botao_opcao:active {
  background: #caaf64;
}

.botao_recusa {
  border: 1px solid #c71f08;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #c71f08;
  color: #ffffff;
  font-size: 18px;
  outline: 0px;
}
.botao_confirma:active {
  background: #eb604e;
}

.appbar {
  border: none;
  font-size: 16px;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #120a8f;
  width: 100%;
  height: 52px;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  outline: 0px;
}

.appbar-h {
  height: 50px;
  width: 1px;
  background: #120a8f;
  z-index: 2;
}

.searchbar {
  border-bottom: solid 1px #101010;
  font-size: 16px;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: white;
  width: 100%;
  height: 52px;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 3;
  outline: 0px;
}

.searchbar-h {
  height: 50px;
  width: 1px;
  background: #f0f0f0;
  box-shadow: 5px 5px 10px grey;
  z-index: 3;
}

.espaco-inicial {
  height: 65px;
}

.appbar-button {
  width: 36px;
  height: 45px;
  border: 1px solid #120a8f;
  background: #120a8f;
  z-index: 2;
  outline: 0px;
  margin: 0;
  padding: 0;
}

.appbar-icone {
  width: 30px;
  height: 30px;
}

.fontepainel {
  font-size: 20px;
  color: #ffffff;
}

::-webkit-input-placeholder {
  /*color: #43c7F4;*/
  color: #203257;
  opacity: 1;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  left: 10px;
  vertical-align: middle;
  text-align: left;
}

.preloader {
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.white {
  color: #ffffff;
}

.amareloa3 {
  color: rgb(165, 245, 234);
}

.azula3 {
  color: #002444;
}

.azulsjc {
  color: #004997;
}

.azulescurosjc {
  color: #0166b3;
}

/*
.azulescurosjc {
    color: #213A73;
}
*/
.amarelosjc {
  color: #fbaf05;
}

.verdeLimao {
  color: #cceeca;
}

.vermelhoHot {
  color: rgb(250, 1, 1);
}

.red {
  color: #ff0000;
}

.azulurbam {
  color: #2f509b;
}

.laranjaurbam {
  color: #d57a23;
}
