/*
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*/
.vermelho {
    color: rgb(255,0,0);
  }
  
.verde {
  color: rgb(0, 153, 51);
}

.amarelo{
  color: rgb(255, 193, 7);
}

.custom-border-color{
  border-color: rgb(204, 203, 198);
}

.fa-sign-out, .fa-truck{
  transform: scale(-1, 1);
}

.bn-custom {
    height: 150px;
    width: 100%;
    text-align: center;
  }

.ic-custom {
    width: 20px;
    text-align: left;
}

.ic-great {
    font-size: 250%;
}

.loader {
  position: absolute;
  top: 10%;
  left: 19%;
  border: 16px solid #e6e6e6; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 3s linear infinite;
}

.relativeAlert {
  position: absolute;
  display: none;
  left: 84%;
  top:  10%;
}

.tabAlert {
  margin-left: 15px;
}

.overAlert{
  position: absolute;
  z-index: 1;
  padding-top: 80px;
  padding-left: 2%;
  padding-right: 2%;
  width:100%;
}

.screenVideo{
  width: 100%;
  height: 100%;
  margin: auto;
}

.quadro{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border: 1px solid #b3b3b3; /* Light grey */
  border-radius: 10%;
  background-color: #ffffff; 
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1);
  z-index: 1000;
}

.nameCap 
{
    text-transform:capitalize;
}


.fullBar{
  width: 100%;
  height: 30px;
  border: 1px solid rgb(204, 203, 198); /* Light grey */
  border-radius: 5px;
 
}

.gfBar {
  height: 28px;
  float: left;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media print{
  .fora, img {
    display: none;
  }

  .printPage {
    page-break-after: always;
  }

  body {
    font-size: 16pt;
    line-height: 24pt;
    background: none;
    color: #000;

  }

  .texto, section, footer {
    width: 100%;
    border: none;
    margin-left: 10px;
    margin-top: 15px;
    color: #000;
  }

  .qr_code_position {
    width: 100%;
    border: none;
    margin-left: 10px;
    margin-top: 20px;
    color: #000;
  }

  h2 {
    font-size: 27pt;
    line-height: 33pt;

  } 
}

#text{
  position: absolute;
  top: 85%;
  left: 50%;
  font-size: 20px;
  color: #b3b3b3;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#gv-particular {
  border-top-left-radius: 4.5px;
  border-bottom-left-radius: 4.5px;
  background-color: #1e7e34;
}

#gv-svenda {
  background-color: #28a745;
}

#gv-individual {
  border-top-right-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
  background-color: #dae0e5;
}

#gm-particular {
  border-top-left-radius: 4.5px;
  border-bottom-left-radius: 4.5px;
  background-color: #1e487e;
}

#gm-svenda {
  background-color: #396fb4;
}

#gm-transferencia {
  background-color: #729fda;;
}

#gm-individual {
  border-top-right-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
  background-color: #dae0e5;
}


