@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');

:root {
  --clr-light: white;
  --clr-med: #d7dfe2;
  --clr-dark: #90a4ae;
  --clr-dark-heavy: #546e7a;
}

body {
  font-family: Nunito, -apple-system, BlinkMacSystemFont, "Mada", "Segoe UI", Roboto, "Helvetica Neue", Arial,
  "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
  "Noto Color Emoji" !important;
  font-weight: 400;
  line-height: 1.5;
  color: #686c71 !important;
  font-size: 1.25rem !important;
}

.navbar {
  box-shadow: 0 1px 0 0 #e2e5e8;
}

.pcoded-header .navbar-nav > li {
  padding: 0 9px;
}

.main-header .logo {
  height: 53px;
  line-height: 53px;
}

.table {
  color: #212529;
}

.popover .table tbody td, .popover .table thead th {
  font-size: 13px;
}

.popover .table .form-group {
  margin-bottom: 0px;
}

.popover .table > thead > tr > th,
.popover .table > tbody > tr > th,
.popover .table > tfoot > tr > th,
.popover .table > thead > tr > td,
.popover .table > tbody > tr > td,
.popover .table > tfoot > tr > td {
  padding: 12px;
}

.popover, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Nunito, -apple-system, BlinkMacSystemFont, "Mada", "Segoe UI", Roboto, "Helvetica Neue",
  Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
  "Noto Color Emoji" !important;
}


.table .thead-middle th {
  vertical-align: middle;
}

.table .thead-top th {
  vertical-align: top !important;
}

.table .th-break, .table .td-break {
  white-space: break-spaces;
}

.popover .session-scroll {
  border: 0.5px solid #e2e5e8;
  overflow-y: scroll;
  max-height: 400px
}

.kv-float-header {
  z-index: 100;
}

.kv-grid-wrapper {
  height: unset;
  max-height: 320px;
}

.formato_montos {
  background: #c2ddda;
  color: #212529;
  width: max-content;
  margin-left: auto;
  font-size: 14px;
}

.kv-page-summary {
  white-space: nowrap;
}

table thead th {
  text-transform: uppercase;
}

.kv-panel-pager {
  justify-content: center;
  display: flex;
}

.button-update {
  width: 35px !important;
  height: 35px !important;
  -webkit-appearance: none; /* show none  */
  color: #677e9b;
  border-radius: 50%;
  border: solid 1px #677e9b;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.button-update:active, .button-update:hover, .button-update:after {
  border: solid 1px #677e9b;
  color: #677e9b;
  box-shadow: -1px -1px 2px var(--clr-light), 1px 1px 2px var(--clr-dark),
  inset -0.5px -0.5px 2px var(--clr-light), inset 0.5px 0.5px 2px var(--clr-dark);
}

.button-update.p-0.mr-2 {
  display: flex;
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #686c71 !important;
}

.icon-loading {
  width: 30px;
  height: 30px;
}

.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .main-header .navbar .nav > li > a:focus,
.skin-blue-light .main-header .navbar .nav .open > a,
.skin-blue-light .main-header .navbar .nav .open > a:hover,
.skin-blue-light .main-header .navbar .nav .open > a:focus,
.skin-blue-light .main-header .navbar .nav > .active > a {
  background: none;
}

.skin-blue-light .main-header .navbar .nav > li > a {
  color: #686c71 !important;
}

.skin-blue-light .main-header .navbar {
  background-color: #ffffff;
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background: none;
}

.navbar-nav > .user-menu .user-image {
  border: 0.1px solid rgb(248, 247, 247);
}

.rounded-circle {
  border: 2px solid transparent;
  border-radius: 50% !important;
}

.icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrapper {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.icon-wrapper-alt {
  margin: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
}

.icon-wrapper-alt .icon-wrapper-bg {
  opacity: 0.1;
  transition: opacity 0.2s;
  border-radius: 40px;
}

.icon-wrapper .icon-wrapper-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0.2;
}

.btn_notif {
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-decoration: none !important;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s,
  box-shadow 0.15s;
  border: none;
  background: transparent;
  height: 53px;
  display: flex;
  align-items: center;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.badge_notif {
  position: relative;
  top: -1px;
  /* text-indent: -999em; */
  padding: 0;
  width: 8px;
  height: 8px;
  border: transparent solid 1px;
  border-radius: 30px;
  min-width: 2px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  min-width: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-dot-sm {
  width: 6px;
  height: 6px;
}

.badge-dot.badge-dot-sm {
  width: 8px;
  height: 8px;
  border-width: 1px;
}

.icon-wrapper-alt .badge-dot {
  top: -3.5px;
  right: -6.5px;
  border: 0;
}

.badge-dot {
  position: absolute;
  border: #fff solid 2px;
  top: -5px;
  right: -5px;
  width: 11px;
  height: 11px;
}

.badge_notif {
  margin-left: 8px;
}

.badge_red {
  color: #fff;
  background-color: #d92550;
}

.bg_red:hover {
  color: #fff;
  background-color: #d92550 !important;
}

.icon_red {
  color: #d42345;
}

.badge_green {
  color: #fff;
  background-color: #2ca961;
}

.bg_green:hover {
  color: #fff;
  background-color: #2ca961;
}

.icon_green {
  color: #2ca961;
}

.bg_info:hover {
  color: #fff;
  /*background-color: #ECD360;*/
  background-color: #9b8a3e;
}

.icon_info {
  color: #9b8a3e;
  /*color: #ECD360;*/
}

.badge_info {
  color: #fff;
  background-color: #9b8a3e;
  /*background-color: #ECD360;*/
}

.icon_orange {
  color: #f57c00;
}

.badge_orange {
  color: #fff;
  background-color: #f57c00;
}

.bg_orange:hover {
  color: #fff;
  background-color: #f57c00;
}

.icon_gray {
  color: #7e7e7e;
}

.badge_gray {
  color: #fff;
  background-color: #7e7e7e;
}

.bg_gray:hover {
  color: #fff;
  background-color: #7e7e7e;
}

.icon_violet {
  color: #3949ab;
}

.badge_violet {
  color: #fff;
  background-color: #3949ab;
}

.bg_violet:hover {
  color: #fff;
  background-color: #3949ab;
}

.icon_blue {
  color: #0288d1;
}

.badge_blue {
  color: #fff;
  background-color: #0288d1;
}

.bg_blue:hover {
  color: #fff;
  background-color: #0288d1;
}

.icon_lila {
  color: #947eb0;
}

.badge_lila {
  color: #fff;
  background-color: #947eb0;
}

.bg_lila:hover {
  color: #fff;
  background-color: #947eb0;
}

.icon_light_green {
  color: #abcda2;
}

.badge_light_green {
  color: #fff;
  background-color: #abcda2;
}

.bg_light_green:hover {
  color: #fff;
  background-color: #abcda2;
}

.li_notificacion {
  position: relative;
  display: flex;
  justify-content: center;
}

.popover-info .popover-title {
  background-color: #eff3f6 !important;
  border-bottom: 1px solid white !important;
}

.popover-info.bottom .arrow::after {
  border-bottom-color: #eff3f6 !important;
}

.header_popoverx {
  text-align: center !important;
  /* color: white !important; */
  font-size: 16px;
  text-transform: capitalize;
}

.icon-wrapper-alt .icon-wrapper-bg:hover {
  opacity: 0.4;
  color: white;
  transition: all 0.3 ease-in-out;
}


/**********GRIDVIEW************/
.espacio-md {
  margin-right: 1.2rem;
}

.espacio-bg {
  margin-right: 1.7rem;
}

.espacio-bg-neg {
  margin-right: -1.7rem;
}

.espacio-md-neg {
  margin-right: -1.2rem;
}

.trash-color {
  color: #c84545;
}

.eye-slash-color {
  color: #828282;
}

.pencil-color {
  color: #548fb0;
}

.developer-img {
  width: 200px;
}

.developer-text {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.title-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: white;
  margin-left: 600px!important;
}

.title-login h1 {
  font-weight: 800!important;
  font-size: 60px!important;
  text-shadow: 3px 3px 3px #1c2529;
}

.login-box {
  margin: unset;
}

.login-box-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/images/footer_sapp.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.login-page {
  background-size: cover!important;
}

.text-column {
  text-align: right;
}

.login-box-forgot {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .title-login, .developer-text {
    visibility: hidden;
    display: none;
  }
}