.btn {
  font-size: 12px !important;
}

.btn-primary {
  background-color: #10319F !important;
  color: #FFF;
  box-shadow: none !important;
}

.btn.btn-primary:hover {
  color: #FFF;
  background-color: #0c83e2;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(100, 100, 100, 0.4) !important;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none !important;
}

.btn.btn-secondary {
  background: #C4C4C4;
  color: #FFF;
}

.btn.btn-secondary.activate {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #C4C4C4;
  padding-top: 11px;
  padding-bottom: 32px;
  font-weight: bold;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 4px;
  transform: translate(-1px, 0px);
  z-index: 1200;
  box-shadow: none;
}
.btn.btn-secondary.activate:hover {
  box-shadow: none;
  color: #FFF !important;
}

.btn.btn-secondary:not(.activate):hover {
  background: #C1C1C1;
  color: #FFF;
  box-shadow: none;
}

.btn.btn-secondary:active {
  color: #FFF !important;
}

.btn.btn-paginate {
  height: 40px;
  padding: 15px;
  padding-top: 10px;
}

.btn.btn-next {
  background: #10319F;
}

.btn.btn-tabs {
  height: 30px;
  padding-top: 7px;
}

.btn.btn-edit {
  background: #10319F;
}

.card .card-body .form-group {
  margin: 0px !important;
}

.dx-texteditor {
  border: 1px solid #ececec;
}
.dx-texteditor .dx-texteditor-input {
  color: #263238;
  font-size: 12px !important;
  font-family: Helvetica !important;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 7px 9px 8px !important;
}
.dx-texteditor .dx-placeholder {
  font-size: 12px;
  font-family: Helvetica;
  margin-top: -2px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: unset !important;
}

.dx-texteditor, .dx-texteditor-container {
  border-radius: 5px;
}

.dx-texteditor.dx-state-focused {
  border-color: #10319F !important;
}

.dx-texteditor.dx-state-hover {
  border-color: #C1C1C1;
}

.dx-texteditor.dx-state-readonly,
.dx-texteditor.dx-state-readonly .dx-texteditor-container {
  border-color: #CECECE;
}

.dx-texteditor.dx-state-readonly input {
  background: #ddd !important;
  color: #636363;
}

.form-control, .is-focused .form-control {
  background-image: none !important;
}

label, .dx-checkbox-text {
  font-size: 12px;
  margin-bottom: 0px;
  color: #868686;
  font-weight: 400;
}

.card .card-body .form-group.check-form, .card-body .form-group.check-form {
  margin-top: 20px !important;
}

a, a:hover, a:focus, a:active {
  color: #263238 !important;
}

.dropdown-item {
  background: white !important;
  box-shadow: none !important;
}

.dropdown-item:hover {
  background: #F5F5F5 !important;
}

.dx-list-item.dx-state-active {
  background-color: #10319F !important;
}

.dx-checkbox-icon {
  color: #10319F !important;
}

.dx-checkbox.dx-state-hover .dx-checkbox-icon,
.dx-checkbox.dx-state-focused .dx-checkbox-icon {
  border: 1px solid #10319F !important;
}

.helps {
  font-style: italic;
  color: gray;
  font-weight: bolder;
  background: aliceblue;
  padding: 5px;
  margin-bottom: 15px;
}

.loadindicator-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.loadindicator-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.jcronCustom {
  padding: 11px;
  border: none;
  box-shadow: 2px 2px 2px 2px #cac8c8;
  margin-top: 6px;
}

/*Versiones*/
.versiones {
  display: inline-flex;
  font-size: 0.8rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.versiones .app {
  margin: 0px 5px;
  color: white;
}
.versiones small {
  font-weight: bold;
}

.dx-datagrid-focus-overlay {
  border: 2px solid #10319F;
}

.background-picture {
  background-image: url(/images/fondosLoginHv/azul.jpg);
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.title-login {
  font-weight: bold;
  font-size: 18px;
  color: #10319F;
  font-family: Helvetica;
}

.work-with-us {
  text-align: center;
}
.work-with-us img {
  margin-bottom: 15px;
}
.work-with-us p {
  color: white;
  font-family: Helvetica;
}
.work-with-us p.title-page-login {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 30px;
}
.work-with-us p.subtitle-page-login {
  margin-bottom: 1.5rem;
  font-size: 12px;
}

.card.card-transparent {
  background: rgba(255, 255, 255, 0.9);
}

.card.card-vacantes .card-header {
  padding-bottom: 0px;
}

.card.card-vacantes .title-vacantes {
  font-weight: bold;
  font-size: 18px;
  color: #10319F;
  font-family: Helvetica;
}

.card.card-vacantes .dx-accordion-item-opened > .dx-accordion-item-title {
  box-shadow: 0px 1px 5px lightgray !important;
}

.card.card-vacantes .dx-accordion-item {
  border: none !important;
  margin-bottom: 10px;
}

.card.card-vacantes .dx-item-content.dx-accordion-item-title {
  border: 1px solid #e2e2e2 !important;
  border-bottom: none !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: white;
  z-index: 1500;
  font-family: Helvetica;
}

.card.card-vacantes .dx-item-content.dx-accordion-item-body {
  border: 1px solid #e2e2e2 !important;
  border-top: none !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  width: 100%;
  padding-bottom: 5px;
}
.card.card-vacantes .dx-item-content.dx-accordion-item-body label {
  color: #10319F;
  font-size: 12px;
  font-weight: bold;
}
.card.card-vacantes .dx-item-content.dx-accordion-item-body p {
  font-size: 12px;
  margin-bottom: 5px;
}

.card.card-vacantes .dx-accordion-item-closed {
  border: 1px solid #e2e2e2 !important;
  border-radius: 5px;
}
.card.card-vacantes .dx-accordion-item-closed .dx-item-content.dx-accordion-item-title {
  border: none !important;
}

.card.card-vacantes .accodion-title, .dx-accordion-item-title::before {
  font-size: 12px;
}

.card.card-vacantes .dx-accordion-item-opened .accodion-title,
.card.card-vacantes .dx-accordion-item-opened .dx-accordion-item-title::before {
  font-weight: bolder !important;
  font-size: 12px;
}

.card.card-vacantes .dx-empty-message {
  text-align: center;
}

.forget-password {
  margin-bottom: 10px;
}
.forget-password a {
  font-size: 12px;
}

.register-session a {
  font-size: 16px;
}

.footer-text {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  z-index: -150;
}

nav.banner {
  min-height: 60px;
  background-position: center center;
  background-size: cover;
}
nav.banner .text-name {
  font-size: 11px;
}

.progress {
  background: #BABABA;
}
.progress .progress-text {
  position: absolute;
  font-size: 12px;
  width: 100%;
  top: -4px;
}

.pagination-steps {
  background: white;
  margin-bottom: 45px;
  box-shadow: 0px 1px 10px lightgray;
}
.pagination-steps .step {
  font-family: Helvetica;
  font-size: 13px;
  cursor: pointer;
  padding: 10px;
  color: gray;
}
.pagination-steps .step:hover {
  background: ghostwhite;
}
.pagination-steps .step.active {
  font-weight: bold;
  color: #10319F;
  border-bottom: 2.5px solid #10319F;
}
.pagination-steps .content {
  justify-content: space-around;
}

.card.card-container {
  background: #F9F9F9;
}

.card.card-container .card-header {
  padding: 0px !important;
  padding-top: 8px !important;
}

.card-header-primary, .btn.btn-primary {
  background: #10319F !important;
}

.card-header-primary {
  min-height: 60px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(100, 100, 100, 0.4) !important;
}
.card-header-primary a.nav-link {
  font-size: 13px;
}
.card-header-primary a.nav-link:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

.card-profile .card-avatar img {
  height: 130px;
}

.title-forget-password {
  color: #10319F;
  font-family: Helvetica;
  font-weight: bold;
  margin-bottom: -15px;
}

.content-under {
  display: none;
  background: #C4C4C4;
  margin-top: -5px;
  border-radius: 0 10px 10px 10px;
  border: 0.5px #C4C4C4 lightgray;
  padding: 10px 15px;
}
.content-under label {
  color: white !important;
}

.table-content {
  border-radius: 10px;
  box-shadow: 1px 1px 5px lightgray;
}
.table-content tr.table-row-text td {
  color: #10319F !important;
  font-family: Helvetica;
}

.inf__btn {
  display: inline-block;
  border: 1px solid #c4c4c4;
  padding: 5px 12px;
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  background: #10319F;
  color: white;
  border-radius: 5px;
}

.inf__hint {
  flex: 1;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 2px;
  padding: 2px;
  font-weight: bolder;
}

.inf__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  height: 65px;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  padding: 0 20px;
  transition: 0.2s;
  cursor: pointer;
}

.divInputFile.light .inf__drop-area {
  border: 1px dashed lightgray !important;
}
.divInputFile input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.divInputFile input[type=file]:focus {
  outline: none;
}

.imagen-banner-hv {
  background-image: url(/images/imagenesBannerHv/azul.jpg);
}

.footer-text-hv {
  font-size: 13px;
  padding: 10px 30px;
  z-index: -150;
}

.main-panel {
  width: 100%;
}

body {
  background-color: #EAEAEA;
}

.dx-datebox {
  width: inherit !important;
}

.primary-color-ag, .ag.banner, .ag.card-profile, .ag.card-profile-gen {
  background: #10319F;
}

.sub-title-card.primary, .description.primary, .title-card.primary {
  color: #10319F;
}

.secondary-color-ag {
  background: #2D71E2 !important;
}

.color-primary {
  color: #10319F;
}

.color-secondary {
  color: #2D71E2 !important;
}

.enfass-primary-s {
  color: #10319F;
  font-family: "AvenirLTStd-Book";
  font-size: 19px;
  font-weight: bold;
}

.enfass-primary-m {
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-weight: bold;
  color: #10319F;
}

.enfass-secondary-s {
  color: #2D71E2 !important;
  font-family: "AvenirLTStd-Book";
  font-size: 19px;
  font-weight: bold;
}

.c100 .bar {
  border: 0.08em solid #10319F !important;
}
.c100 span {
  color: #10319F !important;
}

.c100.p51 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p52 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p53 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p54 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p55 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p56 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p57 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p58 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p59 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p60 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p61 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p62 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p63 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p64 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p65 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p66 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p67 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p68 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p69 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p70 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p71 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p72 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p73 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p74 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p75 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p76 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p77 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p78 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p79 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p80 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p81 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p82 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p83 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p84 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p85 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p86 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p87 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p88 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p89 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p90 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p91 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p92 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p93 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p94 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p95 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p96 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p97 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p98 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p99 .fill {
  border: 0.08em solid #10319F !important;
}

.c100.p100 .fill {
  border: 0.08em solid #10319F !important;
}

.breadcrumbs {
  margin-top: -19px;
  margin-left: -25px;
  margin-bottom: -15px;
}

.breadcrumbs li:first-child {
  box-shadow: -10px 0px 1px transparent;
  padding-right: 10px;
}

.breadcrumbs li {
  display: inline-block;
  line-height: 26px;
  margin: 0 9px 0 -10px;
  padding: 0 15px;
  position: relative;
  padding: 0 10px;
  padding-top: 7px;
  height: 22px;
}

.breadcrumbs li::before, .breadcrumbs li::after {
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  z-index: -1;
  transform: skewX(45deg);
  background: transparent;
  border-right: 1px solid #929292;
}

.breadcrumbs li:hover::before, .breadcrumbs li:hover::after {
  background: #2D71E2 !important;
  border-right: 1px solid #b7b7b7;
}

.breadcrumbs li::after {
  bottom: 0;
  top: auto;
  transform: skewX(-45deg);
}

.breadcrumbs li.actived::before, .breadcrumbs li.actived::after {
  background: #2D71E2 !important;
}
.breadcrumbs li a {
  font-size: 19px;
  letter-spacing: -1px;
  text-decoration: none;
  color: #10319F !important;
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
  top: -10px;
  position: inherit;
}

.breadcrumbs li a.current, .breadcrumbs li a.current:hover {
  font-weight: bold;
  color: gray !important;
}

/*# sourceMappingURL=styleBlue.css.map */
