@font-face{
  font-family: SF-Pro;
  src: url('SF-Pro.ttf');
}
:root {
    --TextoGeneral: #2A1B3D;
    --fondo: #45CFCF  ;
    --fondoMenu:  #85c1e9  ; /* ok*/
    --fondoTextoMenu:   #73c6b6 ;
    --resalta:  #bfc9ca ;
    --encabezado: #9D9D92;
    --nones: #D9B08C;
    --Color6: #FFCB9A;  
    --pares: #DCD0D1 ;
    --Color6: #FFCB9A;
    --totalFondo: #E8FF00;
    --totalFont:#FF2700;
}
*{
  font-family:SF-Pro;
  color: var(--TextoGeneral);
}
*:disabled {
    background-color: darkslategrey;
    color: #2D4159 ;
    opacity: 1;
}
*:enabled {
    background-color: lightyellow;
    color: #03045e;
    opacity: 1;
}

#lineaSuperior {
  text-align:right;
  padding:1px 1px 1px 1px;
  background-color: var(--fondoMenu);
  margin:0px;
}
#lineaMenu {
  text-align:justify;
  padding:1px 1px 1px 1px;
  margin:1px;
}


.divTotal{
  background-color: var(--totalFondo);
  color: var(--totalFont);
  border-radius: 15px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: fixed;
  font-size: x-large;
}
.textoMenu{
  width:95%;
  padding:3px 3px 3px 3px;
  display:inline-block;
  margin:3px;
  border-radius: 25px;
  color: darkblue;
  background: var(--fondoTextoMenu);
}
#divMenu{
  color: white;
}
#idTablaMenu {
  width: 100%;
  background-color:var(--fondoMenu); /*Color de los bordes*/
  text-align: center;
}
#idTablaMenu th{
  width: 25%;
  background-color:var(--fondoMenu);
  border: none;

}

html {
  background-color: var(--fondo);
  font-family: 'SF-Pro';
  font-weight:normal;
  font-style:normal;
}
body {
  background-image: url("");
/*  background-color:blue;*/
  background-color: var(--fondo) !important;
  margin: 0;
  padding: 0;
  font-family:SF-Pro;
  font-weight:normal;
  font-style:normal;
}
.stripArm, .stripMat, .stripSer{
  background-color: var(--nones) !important;

}
.stripTra,.stripVis,.stripOtr{
  background-color: var(--Color6) !important;

}
.infoCon{
  font-size: 0.7em;
}
button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled] ,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover
{
  border: 2px outset ButtonFace;
  color: #efefd0;
  cursor: inherit;
  background-color: #ddd999;
  background: #ddd999;
}

.tbl-ticket {
    text-align: left;
    border: 1px solid black;
    border-collapse: collapse;
    font-family:"Trebuchet MS";
    margin: 0 auto 0;
}
.tbl-ticket td, .tbl-ticket th {
    border: 1px solid grey;
    padding: 5px 5px 0;
}
.tbl-ticket td {
    text-align: left;
}
.tbl-ticket {
    color: red;
}
.tablaCatalogo{
  margin-left: auto;
  margin-right: auto;
}
.member tr.selected {
    background-color: rgba(41, 103, 182, 0.89);
    color: #FFF;
}

.clGranTotal{
  background: blue;
  color: yellow;
  font-weight: bold; 
  font-size: 2em;
}

input {
    margin-top: 5px;
    margin-bottom: 5px;
    display:inline-block;
    *display: inline;     /* for IE7*/
    background: #f28482; color:#f7ede2
}

input, select, textarea{
    color: #efefd0;
}


 label {
        display: inline-block;
        width: 90px;
        text-align: right;
      }
.labelNV {
        display: inline-block;
        width: 80px;
        text-align: right;
      }
 #labelOpcion {
        display: inline-block;
        width: 250px;
        text-align: left;
      }

input[type=number].ROnly, input[type=text].ROnly { background: #2D4159; color:#DBF816 }
input[type=text]:read-only {
  background-color: var(--resalta);
  color: royalblue;
  cursor: not-allowed;

}


#elmError{
  background-color: yellow;
  color: yellow;
  font-weight: bold;
  width: auto;
  text-transform: uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tablaCatalogo  tbody tr:nth-child(odd) {
  background: var(--fondoTextoMenu);
}
.tablaCatalogo tbody tr:nth-child(even) {
  background: var(--nones);
  cursor: pointer;
}
.tablaCatalogo tbody tr{
  cursor: pointer;
  color: black;
  font-weight: bold;
}

.tablaCatalogo thead {
  color: #fff111;
  font-size: 48px;
}

th {
 top: 0;
   position: sticky;
   background: var(--encabezado);}
thead {
    position: sticky;
    top: 0;
    background: var(--encabezado);}
}
.tablaCatalogo{
  margin-left: auto;
  margin-right: auto;
}
#divTabla{
   padding: 0%;
   height: 400px;
   overflow-y: scroll;

}
.select2.select2-container .select2-selection--multiple .select2-selection__placeholder .select2-selection__choice {
  background-color: yellow  !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 2px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
  color: red  !important;
}

.select2-choice{
  min-height: 35px;
  max-height: 35px;
  background: var(--fondo)  !important;
  overflow-y: auto;
}
.select2-container .select2-dropdown  {
  background: var(--fondoMenu);
  border: none;
  margin-top: 1px;
  color: green  !important;
}

