body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
}
app-pages-login main {
  background: #fff;
  background-image: url("/assets/img/background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pagetitle h1 {
  color: #444;
}
.pagetitle h1::first-letter {
  color: #2a95c3;
}

.titulito {
  color: #2a95c3;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #2a95c3 !important;
  border-color: #2a95c3 !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: #12526d !important;
  border-color: #2a95c3 !important;
}
.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link.collapsed i:hover,
.sidebar-nav .nav-link i:hover,
.sidebar-nav .nav-link a:hover,
.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-item:hover,
.sidebar-nav .nav-link.collapsed:hover {
  color: #2a95c3 !important;
  /*background-color: rgba(0, 0, 0, 0.05);*/
}

.sidebar-nav .nav-content a,
.sidebar-nav .nav-link.collapsed i,
.sidebar-nav .nav-link,
.sidebar-nav .nav-link i,
.sidebar-nav .nav-link.collapsed {
  color: #444 !important;
  background: transparent;
  font-size: 1.2em;
  font-weight: normal;
}

.sidebar-nav .nav-link.collapsed i:hover,
.sidebar-nav .nav-link i:hover {
  color: #2a95c3 !important;
  background: transparent;
  font-size: 1.2em;
  font-weight: normal;
}

.sidebar {
  background-color: #f5f9fb;
  border-right: 1px solid #e1f0f7;
}

.element-body
  .mat-checkbox-disabled.mat-checkbox-checked
  .mat-checkbox-background,
.element-body
  .mat-checkbox-disabled.mat-checkbox-indeterminate
  .mat-checkbox-background {
  background-color: #2a95c3 !important;
}

/****************************************************************************************/
/*************************** Fin personalizacion colores  ******************************/
/***************************************************************************************/

.header {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-right: 10px;
  padding-left: 0px;
}

.logo span {
  font-size: 18px;
  font-weight: 100;
  font-weight: bold;
  color: #252f62;
  font-family: "Nunito", sans-serif;
  padding-top: 19px;
}
.logo span b {
  font-size: 25px;
  font-weight: bold;
  color: #3ebfec !important;
}
.logo span.img {
  background: #fff;
  background-image: url(/assets/img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 122px;
  height: 40px;
  margin-left: 10px;
}
span.profilelogo {
  background: #fff;
  background-image: url(/assets/img/profile.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.profilelogo.big {
  width: 150px;
  height: 150px;
}

/**** Tabla ******/
.tablaPersonal {
  display: table;
  width: 100%;
}
table {
  width: 100%;
}

.mat-form-field-infix {
  min-width: 60px !important;
  width: auto !important;
}
.tablaPersonal .mat-form-field {
  width: 85% !important;
}

.tablaPersonal td.button div {
  display: flex;
  justify-content: flex-end;
}

.mat-paginator-container {
  justify-content: flex-start !important;
}

th mat-icon {
  line-height: 1.5 !important;
}
.mat-form-field {
  font-size: 14px;
  width: 50%;
}
.mat-column-position {
  max-width: 100px;
}

.mat-sort-header-content {
  text-align: left !important;
  display: block !important;
  color: #444;
  font-weight: bolder;
}

.element-body .mat-checkbox-disabled .mat-checkbox-label,
.element-body .mat-input-element:disabled,
.element-body
  .mat-form-field-type-mat-native-select.mat-form-field-disabled
  .mat-form-field-infix:after {
  color: #000000;
}
tr.example-detail-row {
  height: 0 !important;
}

tr.example-element-row:not(.example-expanded-row):hover {
  background: whitesmoke !important;
}

tr.example-element-row:not(.example-expanded-row):active {
  background: #efefef !important;
}

.example-element-row td {
  border-bottom-width: 0 !important;
}

.example-element-detail {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mat-expansion-panel:hover {
  background-color: #ccc;
}
.mat-expansion-panel-header {
  background-color: #e9e9e9;
}
.mat-expansion-panel-header.mat-expanded {
  height: 48px;
}
.mat-accordion {
  margin-bottom: 10px;
}
.mat-expansion-panel-content {
  overflow: auto !important;
}
.mat-expansion-panel-body {
  padding: 16px 24px !important;
}

.personalMenu .toc {
  display: none;
}
.personalMenu .nav-item label {
  width: 100%;
}

.personalMenu li[data-level="2"] > input[type="checkbox"]:checked + label > a,
.personalMenu li[data-level="1"] > input[type="checkbox"]:checked + label > a {
  color: #2a95c3 !important;
}

.personalMenu input[type="checkbox"]:checked + label > a {
  background-color: #eee;
}
.personalMenu input[type="checkbox"] + label > a {
  width: 100%;
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}

.personalMenu a {
  text-decoration: none;
}

.btn-aceptar {
  color: #ffffff !important;
  background-color: #2a95c3 !important;
  border-color: #2a95c3 !important;
  float: right !important;
}
.btn-cancelar {
  color: #ffffff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  float: left !important;
}

.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  color: #000 !important;
}

.cardCustos {
  padding: 10px;
  margin-bottom: 10px;
}

.cardCustos mat-checkbox {
  margin-left: 25px;
}
.cardCustos mat-checkbox .mat-checkbox-label {
  margin: 4px 0 0 10px;
}

.pagetitle {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.mat-flat-button.mat-accent,
.mat-raised-button.mat-accent,
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent {
  background-color: #2a95c3 !important;
  font-size: 24px;
}

ngx-numeric-range-form-field-control {
  margin-top: -10px;
}

.custom-modalbox.big {
  height: 90%;
}
.custom-modalbox main {
  margin-left: 0px !important;
  margin-top: 0px !important;
  padding: 0px !important;
}

.sidebar {
  width: 240px !important;
}

.cardCustos .mat-form-field-infix {
  border-top: none;
}

.cardCustos .mat-form-field {
  width: 100% !important;
}

.cardCustos .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0;
}

.cardCustos .mat-input-element {
  caret-color: #dee2e6 !important;
}

.obligatorio {
  color: red;
}

.mat-dialog-container {
  height: auto !important;
}

@media (max-width: 900px) {
  .custom-modalbox {
    width: 45% !important;
  }
  .custom-modalbox-big {
    width: 85% !important;
    max-width: 85% !important;
  }
}

.cardCustos ul {
  display: flex;
  flex-direction: column;
}
.cardCustos ul li {
  width: 100%;
}

.Accumulations,
.Comparatives,
.breakdowns,
.Other {
  width: 100%;
}

@media (min-width: 1000px) {
  .Accumulations,
  .Comparatives,
  .breakdowns,
  .Other {
    width: 50%;
  }
}

.Accumulations button,
.Comparatives button,
.breakdowns button,
.Other button {
  position: absolute;
  right: 0;
  top: 11px;
}

.full-screem {
  width: 100%;
}

.card {
  margin-top: 10px;
  margin-bottom: 0px;
}

.apexcharts-canvas {
  width: 100% !important;
}
.apexcharts-canvas svg {
  width: 100% !important;
}

.mat-dialog-actions {
  justify-content: space-between;
}

th.mat-header-cell:first-of-type,
td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type {
  padding-left: 24px;
  /*padding-top: 8px;*/
}

td.mat-cell {
  padding-right: 5px !important;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btnRefesh {
  border-radius: 7px;
  padding: 6px;
  height: 40px;
  border: 1px solid;
}

.mat-form-field-type-mat-date-range-input .mat-form-field-infix {
  width: 165px !important;
  font-size: 11px;
  padding: 9px 0;
}

.mat-form-field-type-numeric-range-form-control .mat-form-field-infix {
  width: 100px !important;
}
.mat-form-field-infix {
  min-width: 70px !important;
}

.tamano_columna_max {
  max-width: 180px;
}

.botonera {
  margin-top: 16px;
}
