.form-control {
  border: 1px solid #dacece;
}

.input-group-text {
  cursor: pointer;
}

.btn-outline-core-info:not([disabled]):not(.disabled).active,
.btn-outline-core-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-core-info.dropdown-toggle {
  color: white;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .45rem 0rem;
  list-style: none;
  background-color: inherit;
}

/* Tables */

.table {
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

.table thead {
  color: #004165;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: middle;
  border-top: 1px solid #eceeef;
}

.table tbody {
  color: #949a9e;
  font-weight: 300;
  letter-spacing: .4px;
}

.table-hover tbody tr:hover {
  background-color: #dbf1f5;
}

.tabs-contenido .tab-content {
  background-color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .020);
}

/* ---- */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #af4300;
  box-shadow: 0 0 0 0.2rem rgba(255, 129, 51, 0.5);
}

.form-enable .ng-valid[required]:not([formTinymce]),
.form-enable .ng-valid.required:not([formTinymce]) {
  border-left: 5px solid #42A948;
  /* green */
}

.form-enable .ng-valid[required] div[role='application'] {
  border-radius: .25rem;
  border-left: 5px solid #42A948 !important;
  /* green */
}

.form-enable .ng-invalid:not(form):not([formTinymce]) {
  border-left: 5px solid #a94442;
  /* red */
}

.form-enable .ng-invalid:not(form) div[role='application'] {
  border-radius: .25rem;
  border-left: 5px solid #a94442 !important;
  /* red */
}

.modal {
  z-index: 1050;
}

/* Badges */
.badge-pill {
  padding: 0.3rem 0.4rem;
  font-weight: 600;
  border: 1px solid;
}

/* Font Size */
table,
p {
  font-size: 0.87rem;
}

label {
  font-size: 0.87rem;
}

.btn {
  font-size: 0.87rem;
}

.form-control,
.custom-select {
  font-size: 0.87rem;
  height: calc(2rem + 2px);
}

ngb-alert {
  font-size: 0.9rem;
  padding-bottom: 0px !important;
}

table .switch {
  transform: scale(0.8);
}

.col-form-label {
  font-size: 0.87rem !important;
}

.input-group-text {
  font-size: 0.86rem !important;
}

ngb-datepicker {
  font-size: 0.87rem !important;
}

span.oh_link_text {
  font-size: 1rem !important;
}

.modal-content form {
  display: contents;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f0f1f3;
  opacity: 1;
  background: linear-gradient(0deg, rgba(228, 230, 237, 1) 0%, rgba(240, 241, 243, 1) 35%, rgba(240, 241, 243, 1) 100%);
}

.ngb-dp-day.disabled span {
  color: #bbbbbb;
}

/* DEV626 */

.table-responsive {
  overflow: auto;
}

.table tbody {
  color: #212529;
  font-weight: 300;
  letter-spacing: .4px;
}

thead {
  background: white;
  position: sticky;
  top: 0;
  z-index: 1;
}

.fixed-column-left {
  position: sticky;
  left: 0px;
  background-color: var(--core-light);
}

.fixed-column-right {
  position: sticky;
  right: 0px;
  background-color: var(--core-light);

}

th,
td {
  white-space: pre-line;
}


th,
td {
  white-space: pre-line;
}

.page-link {
  position: relative;
  display: block;
  color: var(--core-secondary);
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid var(--core-muted);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-link:hover {
  background-color: var(--core-secondary);
  color: var(--core-white);
}

.page-item .active {
  background-color: var(--core-secondary);
  color: var(--core-white)
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f1f1f1;
}

.bg-white tbody tr:nth-of-type(odd) {
  background-color: #f9fafb;
}

.bg-white tbody tr:nth-of-type(even) {
  background-color: #f9fafb;
}

.table-striped tbody tr:hover {
  background-color: #dbf1f5;
}

tr:hover td.fixed-column-left {
  background-color: #c0e1e7;
}
