.s-site-logo-img {
  /*content: url(../../Serenity.Assets/logo/white-128.png);*/
  content: url(../logo/white-128.png);
}

.inline-action.show-table-presupuesto::before {
  content: "\f002";
  font-family: var(--s-icon-font);
  font-weight: var(--s-icon-solid);
  font-size: 1.25em;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size {
  min-width: 770px;
  width: 770px;
  min-height: 550px;
  height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid {
  height: 100%;
}


.venta-diferencia {
  background-color: #ffaaaa !important;
  color: red !important;
}
.venta-gris {
  background-color: lightgray !important;
  color: black !important;
}

.venta-blanco {
  background-color: white !important;
  color: black !important;
}

.preparado-total {
  background-color: lightgray !important;
  color: white !important;
}

.retirado {
  background-color: white !important;
  color: black !important
}

.slick-row.odd {
}

.slick-row.even {
}
s-NotesEditor {
  border: 1px solid var(--s-input-border, #ccc);
  border-radius: 4px;
  padding: 10px;
}

.s-NotesEditor ul {
  padding: 0;
  min-height: 110px;
  overflow-y: auto;
  list-style: none;
}

.s-NotesEditor li {
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid var(--s-card-border, #C3C2C2);
  background-color: var(--s-card-bg, #F5E7DC);
  padding: 8px;
  position: relative;
}

.s-NotesEditor .note-text {
  padding-right: 24px;
  display: block;
}



.s-PremisasExcelImportDialog .s-TemplatedDialog > .size {
  /*height: 450px;*/
  width: 500px;
}



/* GRILLA DOCUMENTOS ADENTRO DEL DIALOGO DE ENTREGAS LLAMADA DESDE EL REPORTE QUE HIZO NEHUEN*/

.s-ContratosExportacionEntregasDocumentosGrid {
    height: 550px;
}


/* GRILLA DOCUMENTOS ADENTRO DEL DIALOGO DE CONTRATOS LLAMADA DESDE EL REPORTE QUE HIZO NEHUEN*/
.s-ContratosExportacionDocumentosGrid {
  height: 550px;
}


/* DIALOGO CONTRATOS DISPARADO DESDE EL REPORTE QUE HIZO NEHUEN*/
.s-CTAapp-ContratosDW-DwFactContratosExportacionDialog > .size {
  
  width: 1113px;
  
  
}



/* CAMBIAR EL TAMANIO DE UN [HTMLCONTENTEDITOR] */

.s-CTAapp-ContratosDW-DwContratosDialog div.cke_contents.cke_reset[role="presentation"] {
  height: 600px !important;
}



.s-NotesEditor .note-delete {
  display: block;
  position: absolute;
  right: 6px;
  top: 4px;
  text-decoration: none;
}

  .s-NotesEditor .note-delete:after {
    font-family: var(--s-icon-font, "FontAwesome");
    font-weight: var(--s-icon-solid);
    color: var(--bs-danger);
    content: "\f00d";
    font-size: 1.1em;
  }

  .s-NotesEditor .note-delete:hover {
    opacity: 1;
  }

.s-NotesEditor .note-date {
  margin-top: 6px;
  display: block;
  text-align: right;
  color: var(--bs-link-color, #2a4084);
  text-decoration: none;
  font-style: italic;
}

.s-NoteDialog > .size {
  width: 465px;
}

.s-NoteDialog .ui-dialog-content {
  padding-bottom: 10px;
}


.inline-action.show-table-presupuesto::before {
  content: "\f002";
  font-family: var(--s-icon-font);
  font-weight: var(--s-icon-solid);
  font-size: 1.25em;
}

/*TABLERO PRESUPUESTOS*/
.header {
  top: 0;
  width: 100%;
  background-color: #0054A6;
  padding: 1rem 3rem;
}

.header-title {
  display: flex;
  justify-content: flex-start;
  color: white;
}

.header img {
  height: 5rem;
}

.navbar {
  width: 100%;
}

  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10%;
  }

  .navbar li {
    display: inline;
    padding: 0rem 2.5rem;
  }

  .navbar a {
    text-decoration: none;
    color: white;
    padding: 0.2rem 1%;
    display: inline-block;
  }

.title {
  padding-top: 1rem;
  color: #0054A6;
  font-weight: bold;
  font-size: 1.8rem;
}

.tables {
  border: 3px solid black;
  border-radius: 5px;
  padding: 1rem;
}

.ProyDetalleMC {
  border: 3px solid black;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.ProyCompraMC {
  border: 3px solid black;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.ProyVentas {
  border: 3px solid black;
  border-radius: 5px;
}

.sub-title {
  background-color: #0054A6;
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 0;
  padding: 0;
}

.table {
  padding: 0 0.5rem;
  padding-bottom: 2rem;
  overflow-x: auto;
  /*display: flex;*/
  flex-direction: column;
}

.table table {
  table-layout: fixed;
  border-collapse: collapse;
  /*border: 3px solid black;*/
}

.table thead th:nth-child(1) {
  width: 25%;
}

.table th {
  border: 1px solid black;
  color: white;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-wrap: nowrap;
}

/*.table td {
  border: 1px solid black;
}*/

.table tr {
  text-align: left;
}

.table caption {
  background-color: #0054A6;
  color: white;
  border: 3px solid black;
}

.table thead {
  background-color: #0054A6;
}

.table tfoot {
  background-color: #0054A6;
}

.col-1 {
  background-color: #0054A6;
}
.no-negrita {
  font-weight: normal;
}

.col-totales {
  background-color: #0054A6;
}

.col-3 {
  background-color: #3791E7;
}

.col-4 {
  background-color: #6774D7;
}

.mInterno caption {
  background-color: #3791E7;
}

.mInterno thead {
  background-color: #3791E7;
}

.mInterno tfoot {
  background-color: #3791E7;
}

.mInterno .col-1 {
  background-color: #3791E7;
}

.mInterno .col-totales {
  background-color: #3791E7;
}

.expo caption {
  background-color: #6774D7;
}

.expo thead {
  background-color: #6774D7;
}

.expo tfoot {
  background-color: #6774D7;
}

.expo .col-1 {
  background-color: #6774D7;
}

.expo .col-totales {
  background-color: #6774D7;
}

.cards {
  display: flex;
  justify-content: space-around;
  padding-bottom: 2rem;
}

.card {
/*  border: 3px solid black;*/
  border-radius: 5px;
  /*width: 30%;*/
}

  .card h4 {
    background-color: #0054A6;
    color: white;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .card p {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
  }

.coltable {
  padding: 0.2rem;
  white-space: nowrap;
}

.filaTotal {
  background-color: #8E1DFF !important;
}


.LinkOpenDialog {
  cursor: pointer;
}

  .LinkOpenDialog:hover {
    color: darkblue;
    text-decoration: underline;
  }