[v-cloak] { display: none; }


.text-proxxy {color:#FF6116;}
.bg-proxxy {background:#000000;}

.text-cor-1 {color:#2dbea4;}
.bg-cor-1 {background:#2dbea4;}

.text-cor-2 {color:#6384e9;}
.bg-cor-2 {background:#6384e9;}

.text-cor-3 {color:#ffa10e;}
.bg-cor-3 {background:#ffa10e;}

.text-cor-4 {color:#722fc3;}
.bg-cor-4 {background:#722fc3;}

.text-cor-5 {color:#bebebe;}
.bg-cor-5 {background:#bebebe;}

.text-cor-6 {color:#00BCD4;}
.bg-cor-6 {background:#00BCD4;}

.text-cor-5 {color:#607D8B;}
.bg-cor-5 {background:#607D8B;}

.text-cor-nxt { color: #54bdec;}
.bg-cor-nxt { background: #54bdec;}

body {
  margin: 0px;
  padding: 0px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 768px) {
  .container {
      width:750px
  }
}

@media (min-width: 992px) {
  .container {
      width:970px
  }
}

@media (min-width: 1200px) {
  .container {
      width:1260px
  }
}

.sombra { 
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1) !important; 
}


.table-full {
  width: 100%;
  border-collapse: collapse;
}

.table-full th {
  border: 1px solid #f1f1f1;
  padding: 8px;
  text-align: center;
}

.table-full td {
  border: 1px solid #f1f1f1;
  padding: 8px;
  text-align: center;
}

.text-small { font-size: 9px !important; }
.text-xs {  font-size: 9px !important; }
.text-sm {  font-size: 11px !important; }
.text-md {  font-size: 13px !important; }

.nxt-w-auto {
  width: auto !important;
  padding: 0 5px;    
}

.q-dialog__message {
  overflow-wrap: break-word;
}

@media print {
  .no-print {
    display: none !important;
  }

  body {
    background: #ffffff;
  }
}