body:not(.enlarged) .side-menu {
  width: 240px;
}
.btn.btn-light {
  border: 1px solid #E7E7E7;
}
.card {
  border: inherit;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}
.card-header {
  background-color: #ECECEC;
}
/*Menu*/
:not(:root):fullscreen::backdrop {
  background: none;
}
.my_custom_scroll::-webkit-scrollbar-thumb {
  background: #2461EB;
}
.container_menu_access .menu_access > .title label {
  color: #4E4E4E !important;
}
.container_menu_access .menu_access.type_feature.type_custom_feature > .title label {
  color: white !important;
}
.custom-tooltip::after {
  background: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: gray !important;
}
form .container_multicheckbox {
  border: 1px solid #ced4da !important;
}
.card .card-header.custom-content-header {
  border-top: 0px solid #E0E0E0;
}
.card .card-header.header-date-filter {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #dbdbdb;
}
.custom_menu li > .group-child {
  background: white !important;
}
.modal-content .nav .nav-link.active {
  color: white;
}
.modal-content .new-tab .nav .nav-link.active {
  color: #919191;
}
.table_data_list .data_row.row-selected td {
  background-color: #EAF1F8;
}
.list-field-form-editor.group.bordered_field > .group-child {
  /*border: 1px solid #D4D4D4;*/
}
.error-container .pre {
  background: #2A2A2A;
}
.notification-list .notify-item {
  border-top: 1px solid #E8E8E8;
}
/*Foreign Table New Form*/
form .foreign-table-new-form-container {
  border: 1px solid #DADADA;
}
.table-bordered:not(.no-hover) tr:hover > td {
  background: #eefdf1 !important;
}
/*# sourceMappingURL=custom_light.css.map */