/* MODAL */
.modal-content {
  margin-top: 50px;
  border: 2px solid white;
}

.modal-title {
  width: 100%;
  text-align: left;
}

.modal-footer button {
  color: #fff;
}

.modal-body {
  text-align: center;
}

#modal_creditos .modal-content,
#modal_dudas_y_comentarios .modal-content {
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

#modal_creditos .close,
#modal_dudas_y_comentarios .close {
  color: white;
}

#modal_creditos .modal-header,
#modal_creditos .modal-footer {
  background-color: transparent;
}

#modal_creditos h6,
#modal_creditos p {
  color: rgb(255, 255, 255);
}

#modal_creditos h6 {
  margin-bottom: 5px;
  margin-top: 20px;
}

#modal_creditos h6,
#modal_creditos p {
  color: rgb(255, 255, 255);
}

#modal_creditos p {
  margin-bottom: 3px;
}

#modal_aviso_privacidad {
  text-align: justify;
}

.modal-header {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.modal-title {
  color: #D59F0F;
  text-align: center;
  text-transform: uppercase;
}

.modal-body {
  color: rgba(0, 0, 0, 0.8)
}

#modal_creditos .h6,
#modal_creditos h6 {
  font-size: 1rem;
  font-weight: bold;
}

#modal_creditos #img_logo_unam_2 {
  width: 80%;
}

.modal_alert .modal-header {
  background-color: var(--color-primary);
}

#modal_dudas_y_comentarios h6,
#modal_dudas_y_comentarios p {
  color: rgb(255, 255, 255);
}

.modal-body .login_logo_unam {
  width: 80px;
}

.modal-body .login_logo_dgb {
  width: 100px;
  margin-right: 60px;
}

/* MODAL */
table tr {
  min-height: 70px;
}

.login_logo_unam {
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.buscar_nav {
  width: 20%;
  top: -45px;
}

.gray-background {
  background-color: rgb(240, 240, 240);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  text-decoration: underline;
  font-weight: bold;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #000 !important;
}

.nav-item.dropdown {
  margin-right: 10px;
}


nav.navbar_secciones .nav-item.dropdown .btn.active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.5);
}

@keyframes highlightSectionButton {
  from {
    box-shadow: none;
  }

  to {
    box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.5);
  }
}

nav.navbar_secciones .nav-item.dropdown a:not(.active):hover {
  -webkit-animation-fill-mode: forwards;
  /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;
  /* FF 5+ */
  -o-animation-fill-mode: forwards;
  /* Not implemented yet */
  -ms-animation-fill-mode: forwards;
  /* IE 10+ */
  animation-fill-mode: forwards;
  /* When the spec is finished */

  animation-name: highlightSectionButton;
  animation-duration: 0.25s;
}

.section-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid #eaeaea;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(223, 223, 223, 0.2), 0 6px 20px 0 rgba(226, 226, 226, 0.19);
  background-color: #f6f6f6;
}

.section-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}

.section-header h1 {
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(70, 79, 109);
}

#navbarNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ddd;
  display: flex;
  background-color: #ffffff;

  box-shadow: 10px 10px 20px rgba(219, 219, 219, 0.5);
}

#navbarNav li {
  display: inline-block;
  position: relative;
}

#navbarNav a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  position: relative;
  background-size: 100% 200%;
  background-position: 0 100%;
  background-color: transparent !important;
  border: 0px !important;
}

#navbarNav a.active {
  background-position: 0 0;
  position: relative;
  font-weight: bold;
}

#navbarNav a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: #1b7ce2 solid 2px;
}

.datatable_light_search_light {
  position: absolute;
  top: 8px;
  width: 40%;
  right: 45px;
}

.datatable_light_search_light input {
  border: 1px solid #ced4da;
}

.datatable_light_search_light button {
  border: 1px solid #ced4da;
}

.datatable_light_search_second {
  position: absolute;
  top: 6px;
}

.datatable_light_search_second input {
  border: 1px solid #ced4da;
}

.datatable_light_search_second button {
  border: 1px solid #ced4da;
}

.btn_datatable_light {
  margin-top: -4px;
  padding-right: 15px;
}

.btn_datatable_delete_light {
  text-align: right;
  margin-right: 15px;
}

.data_table_template_light {
  border: none !important;
}

.data_table_template_light_header {
  border: none !important;
  color: #464f6d !important;
  height: 50px !important;
}

#datatable_light {
  padding: 0px !important;
}

#datatable_light #perPage {
  border: none !important;
  color: #464f6d !important;
  font-size: 14px !important;
}

.bottom_info_table {
  color: #464f6d !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding-top: 5px;
}

#datatable_light table {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(188, 188, 188, 0.5);
}

#datatable_light table th {
  background-color: #1b7ce2 !important;
  color: #ffffff !important;
}

#datatable_light table th,
#datatable_light table td {
  padding: 8px !important;
  text-align: left !important;
  border-bottom: 1px solid #ddd !important;
  padding: 10px !important;
}

#datatable_light table tr:last-child td {
  border-bottom: 2px solid #ccc !important;
  top: 10px !important;
}

#datatable_light table tr.selected {
  background-color: rgba(33, 150, 243, 0.4) !important;
}


#datatable_father_child {
  padding: 0px !important;
}

#datatable_father_child #perPage {
  border: none !important;
  color: #464f6d !important;
  font-size: 14px !important;
}

#datatable_father_child table {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(188, 188, 188, 0.5);
}

#datatable_father_child table th {
  background-color: #1b7ce2 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

#datatable_father_child table th,
#datatable_father_child table td {
  text-align: left !important;
  border-bottom: 1px solid #ddd !important;
  padding: 5px !important;
  font-size: 12px;
}

#datatable_father_child table tr:last-child td {
  border-bottom: 2px solid #ccc !important;
  top: 10px !important;
}

#datatable_father_child table tr.selected {
  background-color: rgba(33, 150, 243, 0.4) !important;
}

.datatable_light_btn_new {
  margin-top: -5px;
}

.card_light {
  background-color: #f1f5fc;
  border: 1px solid #f8f9fa;
  color: #464f6d !important;

}

.card_light_header {
  background-color: #dae1ef;
  border-bottom: 1px solid #ccd3e1;
  height: 50px;
  padding: 10px !important;
}

.card_light_search {
  width: 300px;
  margin-right: 10px;
}

.card_light_search input {
  border: 1px solid #ced4da;
}

.card_light_search button {
  border: 1px solid #ced4da;
}

.card_search_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card_light_right_label {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}

.card_light_right_number {
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px
}

.card-light-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-column-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10px;
}

.info-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}

.info-description {
  font-size: 12px;
  color: #757575;
  margin-bottom: -5px;
  font-weight: 300;
}

.info-label {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.info-icon-container {
  border-radius: 6px;
  padding: 220px 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.info-icon {
  width: 100px;
  background-color: #03a9f4;
  padding: 30px;
  border-radius: 6px;
  display: block;
  margin: auto;
}

.info-title {
  font-size: 24px;
  margin: 10px 0;
  margin-bottom: -3px;
}

.info-subtitle {
  font-size: 16px;
  color: #666;
  font-weight: 200;
}

.footer_light {
  border-top: 1px solid #ccd3e1;
}

#datatable_light_items {
  padding: 0px !important;
}

#datatable_light_items #perPage {
  border: none !important;
  color: #464f6d !important;
  font-size: 12px !important;
}


#datatable_light_items table {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(188, 188, 188, 0.5);
}

#datatable_light_items table th {
  background-color: #f8f9fa !important;
  color: #464f6d !important;
  font-size: 12px !important;
}

#datatable_light_items table th,
#datatable_light_items table td {
  padding: 8px !important;
  text-align: left !important;
  border-bottom: 1px solid #ddd !important;
  padding: 10px !important;
  font-size: 12px !important;
}

#datatable_light_items table tr:last-child td {
  border-bottom: 2px solid #ccc !important;
  top: 10px !important;
}

#datatable_light_items table tr.selected {
  background-color: rgba(33, 150, 243, 0.4) !important;
}

.light_input input {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  padding: 0.375rem 0.75rem;
}

.light_input select {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  padding: 0.375rem 0.75rem;
}

.light_input label {
  color: #495057;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: -20px;
}

.fade-out {
  animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  display: none;
}

.btn-add-details {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
  padding: 0.375rem 0.75rem;
  margin-top: 20px;
}

.datatable_child_btn_new {
  margin-top: -60px;
  position: absolute;
  right: 5px;
  width: 40px;
}

.th-details-table-font {
  font-size: 12px !important;
}

.center-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.table_light_pagination {
  margin-right: 15px;
}

.text-sorting {
  font-size: 12px;
  color: #464f6d !important;
  text-shadow: 0 1px 0 #fff;
}

.icon-sorting {
  color: #fff !important;
  text-shadow: none !important;
}

.note-editable.card-block{
  text-align: justify;
}
.note-editor{    
    width: 100%;
}