/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  height: 100%;
}
body {
  background: url("../images/d1_bg.jpg") no-repeat center center / cover;

 /*  background: url('images/d1_bg.png') no-repeat center center / cover;*/
  background-attachment: fixed, scroll;
  /*background-image: url(../images/background.jpg);
	background-repeat: repeat-x;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Nunito', sans-serif !important;
  /*font-family:: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  margin: 0px;
  padding: 0px;
  background-color: #e3effc;
  
  /*color: #286090 !important;*/
}
body:not(.modal-open){
  padding-right: 0px !important;
}

:root {
  --my-font-text: "Open Sans", sans-serif;
}
.txt-descripcion {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 13px;
  color: #000000;
  padding-top: 1px;
  padding-left: 53px;
  padding-right: 55px;
  text-align: Justify;
}

.CellFormReg {
  color: #035fa3;
  font-size: 9pt;
  font-family: arial, helvetica, sans-serif;
  text-align: Right;
  font-weight: bold;
  padding-top: 5px;
}

.CellFormRegOnly {
  color: #035fa3;
  font-size: 9pt;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
}

/*********** COMBOS ***********/
.cbo,
.textInput {
  width: 100% !important;
  margin-top: 6px;
  padding: 8px 0px 8px 0.7vw;
  font-size: 14px;
  color: rgb(78, 78, 78);
  font-family: var(--my-font-text);
}

.cbo:enabled,
.textInput:enabled {
  background-color: white;
  border: 1px solid #8a997396;
  border-radius: 8px;
}

.cbo:disabled,
.textInput:disabled {
  background-color: rgba(66, 66, 66, 0.096);
  border: 1px solid #8a997396;
  border-radius: 8px;
  /*color:#FFF;*/
}
label {
  color: #5f6368;
}
.textInput:focus,
.cbo:focus {
  outline: none;
  box-shadow: 0px 0px 2px 1px #5f920c;
}

.FormSubmitReg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-image: url(../images/back_submit_trab.jpg);
  border: solid 1px black;
  color: #ffffff;
  height: 23px;
  font-weight: bold;
}

/*** BOTONES ***/

.FormSubmitBotonGuardar {
  background-image: url(../images/filesave.png);
  background-repeat: no-repeat;
  background-color: #05aa62;
}
.FormSubmitBotonNuevo {
  background-repeat: no-repeat;
  /*border: 2.5px solid #5f920c !important;
  background-color: #ffffff;
  color: #5f920c !important;*/
}

.FormSubmitBotonActualizar {
  background-image: url(../images/reload.png);
  background-repeat: no-repeat;
}
.FormSubmitBotonAltaBaja {
  /*background-color: rgb(31, 160, 219);*/
  background-repeat: no-repeat;
}
.FormSubmitBotonEnviar {
  /*background-color: rgb(24, 194, 123);*/
  background-repeat: no-repeat;
}

.FormSubmitBotonFunciones {
  background-image: url(../images/format-list-ordered.png);
  background-repeat: no-repeat;
}

.FormSubmitBotonIdiomas {
  background-image: url(../images/edit-web-search.png);
  background-repeat: no-repeat;
  /*background-color: rgb(231, 192, 133);*/
}

.FormSubmitBotonPDF {
  background-image: url(../images/icon_pdf.png);
  background-repeat: no-repeat;
  /*background-color: rgb(158, 42, 42);*/
}

.FormSubmitBotonProcesar {
  background-repeat: no-repeat;
  /*background-color: rgb(49, 142, 185);*/
}

.FormSubmitBotonGuardar,
.FormSubmitBotonNuevo,
.FormSubmitBotonActualizar,
.FormSubmitBotonAltaBaja,
.FormSubmitBotonEnviar,
.FormSubmitBotonFunciones,
.FormSubmitBotonTitulosGrados,
.FormSubmitBotonCapacitaciones,
.FormSubmitBotonIdiomas,
.FormSubmitBotonBuscar,
.FormSubmitBotonProcesar,
.FormSubmitBotonPDF {
  font-family: var(--my-font-text);
  padding: 12px 0.8vw;
  color: white;
  background-color: #739446;
  border: none;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 400;
  margin: 4px;
}
.FormSubmitBotonGuardar:hover,
.FormSubmitBotonNuevo:hover,
.FormSubmitBotonActualizar:hover,
.FormSubmitBotonAltaBaja:hover,
.FormSubmitBotonEnviar:hover,
.FormSubmitBotonFunciones:hover,
.FormSubmitBotonTitulosGrados:hover,
.FormSubmitBotonCapacitaciones:hover,
.FormSubmitBotonIdiomas:hover,
.FormSubmitBotonBuscar:hover,
.FormSubmitBotonProcesar:hover,
.FormSubmitBotonPDF:hover {
  opacity: 0.7;
  cursor: pointer;
}
.FormSubmitBotonGuardar:focus,
.FormSubmitBotonNuevo:focus,
.FormSubmitBotonActualizar:focus,
.FormSubmitBotonAltaBaja:focus,
.FormSubmitBotonEnviar:focus,
.FormSubmitBotonFunciones:focus,
.FormSubmitBotonTitulosGrados:focus,
.FormSubmitBotonCapacitaciones:focus,
.FormSubmitBotonIdiomas:focus,
.FormSubmitBotonBuscar:focus,
.FormSubmitBotonProcesar:focus,
.FormSubmitBotonPDF:focus {
  outline: none;
}

/*FIN BOTONES*/

.FormBotonAccion {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  border: solid 0px black;
  color: #000000;
  height: 20px;
}

.FormCellRequisito {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
  font-weight: bold;
}

.headCellColum {
  background-color: #004080;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  height: 26px;
}

.headColumnas {
  background-image: url(../images/back_columna.jpg);
  background-color: #37668c;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  height: 23px;
}

.menuBoton {
  background-image: url(../images/back_boton.gif);
  font-family: Arial, Helvetica, sans-serif;
  width: 148px;
  height: 20px;
  padding-top: 4px;
  font-size: 10px;
  text-align: left;
  text-decoration: none;
}

.menu UL {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  list-style-type: none;
}
.menu LI {
  z-index: 100;
  float: left;
  position: relative;
}
.menu TABLE {
  z-index: 80;
  left: -1px;
  position: absolute;
  top: 25px;
  border-collapse: collapse;
}
.menu A {
  padding-right: 0px;
  display: block;
  padding-left: 0px;
  font-size: 10px;
  background: #bbd5ec;
  padding-bottom: 7px;
  width: 190px;
  color: #366db0;
  margin-right: 1px;
  padding-top: 10px;
  font-family: verdana, sans-serif;
  text-align: left;
  text-decoration: none;
}
.menu :visited {
  padding-right: 0px;
  display: block;
  padding-left: 0px;
  font-size: 10px;
  background: #bbd5ec;
  padding-bottom: 7px;
  width: 190px;
  color: #366db0;
  margin-right: 1px;
  padding-top: 10px;
  font-family: verdana, sans-serif;
  text-align: left;
  text-decoration: none;
}
.menu :hover {
  background: #d3d3d3;
  color: #004080;
}
.menu UL UL {
  visibility: hidden;
  width: 150px;
  position: absolute;
  height: 0px;
}
.menu UL LI:hover UL {
  visibility: visible;
}
.menu UL A:hover UL {
  visibility: visible;
}

/* ========= NAVBAR =========*/
.container-fluid {
  /* background: linear-gradient(#8caf32 , #90bd1e) !important;
 */
  box-shadow: 0px 0px 12px 4px rgba(114, 114, 114, 0.438);
  background-color: #ffffff4d;
  margin: -2px 0px;
  letter-spacing: 0.6px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.dropdown-toggle {
  color: #5f920c !important;
}
.dropdown-menu {
  background-color: #ffffff !important;
}
.dropdown-menu > li > a {
  color: #5f920c !important;
}
.dropdown-menu > li :focus {
  background-color: transparent !important;
}
.dropdown-submenu {
  background-color: transparent !important;
}
.navbar-brand {
  font-size: 14px !important;
  font-weight: bolder !important;
  letter-spacing: 2px;
  color: #5f920c !important;
}
@media screen and (max-width: 768px) {
  .dropdown-menu > li > a {
    color: #5f920c !important;
  }
  .dropdown-menu {
    background-color: rgba(218, 218, 218, 0.24) !important;
  }
  .dropdown-menu > li :focus {
    background-color: rgba(172, 172, 172, 0.11) !important;
  }
  .dropdown-submenu .dropdown-menu {
    background-color: rgba(172, 172, 172, 0.11) !important;
  }
  .navbar-brand {
    font-size: 14px !important;
    font-weight: bolder !important;
    letter-spacing: 2px;
    color: white !important;
  }
}
.profile-1 {
  display: flex !important;
  margin: 0px 8px;
}
.profile-2 {
  display: none !important;
}
.profile-menu {
  background-color: #ffffff !important;
  width: 100%;
}
img[class="profile-2"]:hover {
  opacity: 0.8 !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    display: block;
  }
  .profile-2 {
    display: block !important;
  }
  .profile-1 {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .container-fluid {
    flex-direction: column-reverse;
  }
}

/* ========= END NAVBAR =========*/

/* ============== ALERTS =========== */
.modal-title{
  font-weight: 900 !important;
  padding: 0 10px !important;
}
.alert {
  z-index: 9999999;
}
.alert-warning{
  background: #fff1d8 !important;
  color: #ce8500 !important;
  border: 2px solid  #ce8500 !important;
}
.alert-success{
  background: #e1ffdf !important;
  color: #00ce5d !important;
  border: 2px solid  #00ce5d !important;
}
.alert-info{
  background: #e6f8ff !important;
  color: #008dce !important;
  border: 2px solid  #008dce !important;
}
/* ============ END ALERTS ==========*/
.ui-dialog-buttonset button:nth-child(1),
.ui-dialog-buttonset button:nth-child(2){
  padding: 8px 20px !important;
  border:none;
  margin: 0px 8px !important;
}
.ui-dialog-buttonset button:nth-child(1){
  background-color: transparent ;
  color: #b3b3b3;
}
.ui-dialog-buttonset button:nth-child(2){
  background-color:#5f920c ;
  color: white;
  border-radius: 6px;
}
.ui-dialog {
    left: 50% !important; top: 50% !important;
    transform:translateY(-50%) translateX(-50%) !important;
    position: fixed !important;
}
.ui-dialog .ui-dialog-content {
    flex: 1;
}
.ui-dialog .ui-dialog-buttonpane {
    background:white;
}
.j-uiDialog .ui-dialog-titlebar {
    background:rgb(22, 164, 211);
    border: none;
}


/* ========= LAYOUT CRUD ==========*/

.contenedorForm {
  width: 90% !important;
  /*margin: -80px 0vh 0vh 0vh;*/
  background-color: #fff;
  box-shadow: 0px 0px 12px 6px rgba(56, 56, 56, 0.178);
}

.cabeceraForm {
  font-size: 16px;
  color: #5f920c;
  font-size: 16px;
  font-weight: 900;
  height: 50px;
  padding: 20px 2.5rem;
  letter-spacing: 0.6px;
  margin: 0;
  border-bottom: 2.5px solid #5f920c;
}

.cuerpoFormulario {
  padding: 24px 36px;
}
@media screen and (max-width: 768px) {
  .cuerpoFormulario {
    padding: 20px 28px;
  }
  .contenedorForm {
    width: 94% !important;
  }
}

@media screen and (max-width: 640px) {
  .cuerpoFormulario {
    padding: 12px 18px;
  }

  .contenedorForm {
    width: 98% !important;
    margin: 4vh 0px;
  }
}

.linkCierre:link,
.linkCierre:visited {
  font-weight: 900;
  color: #5f920c;
  font-size: 16px;
}

p {
  font-family: Sans-serif;
  font-size: 13px;
}

fieldset.scheduler-border {
  text-align: left;
  border: 1px solid #8a997396 !important;
  /*border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;*/
  padding: 4px 12px !important;
  /*width: auto !important;*/
}

legend.scheduler-border {
  font-family: Sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  border-bottom: none;
  width: auto;
  margin-bottom: 3px !important;
}
fieldset table {
  margin: 0 auto;
  width: 100%;
}

/*Para añadir contenido con scroll*/
.DivToScroll {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 4px 0 4px 0;
  color: #3b3c3e;
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  padding: 10px 7px 5px;
  /*width: 100%;*/
}

.DivWithScroll {
  /*height:120px;*/
  height: 100%;
  overflow: scroll;
  /*overflow-x:hidden;*/
}

.btnGuardar {
  font-weight: bold;
  background-image: url(images/filesave.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 22px;
}

.txtComoLbl {
  border-style: none;
  background: none;
  color: #31708f;
}

/** GRID DATATABLE **/
/*TABLE*/
.contenidorTabs:nth-child(1) {
  width: 60% !important;
  vertical-align: top;
}
/*FORM*/
.contenidorTabs:nth-child(2) {
  width: 40% !important;
  vertical-align: top;
}

/* encabezado */

.table > thead > tr {
  padding: 0px !important;
}
.table > thead > tr > th {
  background-color: #739446;
  color: white;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: start;
  text-transform: uppercase;
  padding: 12px 0px;
}
/* cuerpo */
.table > tbody > tr > td {
  font-size: 13px;
  border-bottom: 1.2px solid rgba(83, 83, 83, 0.171);
}
.row-buttons,
.row-buttons-end,
.row-buttons-start
 {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0px;
    justify-content: end;
    margin: 0 auto;
    align-items: center;
 }
.row-buttons-end{
  justify-content: end;
}
.row-buttons-start{
  justify-content: start;
}

@media screen and (max-width: 1024px) {
  .contenidorTabs:nth-child(1) {
    width: 50% !important;
  }
  .contenidorTabs:nth-child(2) {
    width: 50% !important;
  }
  .table > thead > tr > th {
    font-size: 14px !important;
  }
  .table > tbody > tr > td {
    font-size: 12px !important;
    border-bottom: 1.2px solid rgba(83, 83, 83, 0.171);
  }
}

@media screen and (max-width: 768px) {
  .row-buttons,.row-buttons-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 }
  /*========= TABLE RESPONSIVE ===========*/
  .table > thead > tr > th {
    width: 100% !important;
    display: block;
  }
  .table > tbody > tr > td {
    border: 2px solid #ddd;
    display: block;
  }

  .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .table > tbody > tr > td::before {
    color: #5f920c;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  /*========= END TABLE RESPONSIVE ===========*/

  .t-responsive {
    /* V2 - own */
    display: flex;
    flex-direction: column;
  }
  .contenidorTabs:nth-child(1),
  .contenidorTabs:nth-child(2) {
    width: 100% !important;
  }

  .row-buttons {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
}

div.dataTables_filter {
  float: left !important;
}

div.dataTables_filter input {
  font-weight: 400 !important;
  border-radius: 80px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
}

div.dataTables_filter input::placeholder {
  font-weight: 400 !important;
  color: #969696ad !important;
}

div.dataTables_filter input:focus {
  outline: none !important;
  box-shadow: 0px 0px 2px 1px #95ad5d !important;
}
/*Buscador de datatable*/
div.dataTables_length {
  display: none;
} /* selector de visibilidad cant registros*/
div.dataTables_info {
  display: none;
} /* texto mostrar pagina de  en */
div.dataTables_paginate,
div.paging_simple_numbers {
  display: none;
} /* footer de dattable boton paginación*/



.dataTables_wrapper.no-footer .dataTables_scrollBody{
  border-bottom: 1px solid rgb(199, 199, 199) !important;
}

/** label que se usara en todos los formularios **/
.lbl {
  font-size: 13px;
  font-weight: bold;
}

.bg-modal-library-none {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
