body {
    background-color:#848484 !important;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
}
 .principal{
background-color:#fff;
}
.principal_logo{
max-width: 100%;
}

.Company_Name{
    font-size:0.8em;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.Company_Name label{
  margin-bottom: 0;
 
}

 .lblEmpresa{
  font-weight: 600;
  margin-bottom: 0;
}

.espaciado_boton{
padding-top:30px;
}

.subrayado{
  text-decoration: underline;
}
.parrafo1{
text-align: center;
}
#text_input{
font-size: 20px;
}

.recuadro_blanco{
padding-top:30px;
}
#txtcliente{
font-weight:bold;
}
#txtestado{
font-size:18px;
font-weight: bold;
color:red;
}

.espaciado_div{
padding-bottom:10px;

}

.loaderCircle {
    background-color:white;
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-60px;
    margin-top:-60px;
    transform:translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Signo de Pregunta realizado en CSS */
 #help {
  color:#fff;
  background-color:#007bff;
  width:30px;
  height:30px;
  display:inline-block;
  border-radius:100%;
  line-height: 29px;
  font-size:21px;
  font-weight: 500;
  text-align:center;
  text-decoration:none;
  -webkit-box-shadow: inset -5px -5px 5px 0px rgb(0,0,0,0.25);
  -moz-box-shadow: inset -5px -5px 5px 0px rgba(0,0,0,0.25);
  box-shadow: inset -5px -5px 5px 0px rgba(0,0,0,0.25);
}

#help:hover{
  color:#fff;
  text-decoration:none;
  background-color:#0069d9;
}

.Ayuda {
   display: none ; 
  max-width: 100%;
}

.Ayuda p {
  margin-top:10px;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#divResults{
    display:none;
}

.costo{
    font-weight:bold;
    color:red;
}

.jsgrid-header-row>.jsgrid-header-cell {
      /* orange */
  font-size: 0.8em;

}

/* rows */
.jsgrid-row>.jsgrid-cell {
     font-size: 0.8em;
  background-color: white;

}

/* alternate rows */
.jsgrid-alt-row>.jsgrid-cell {
     font-size: 0.8em;
  background-color: #F0F0F0;
}
