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

:root {
  --primary: #4676D7;
  --secondary: rgba(15, 111, 255, .05);
  --success: #70ae45;
  --primary-hover: #1d49aa;
  --secondary-hover: rgba(15, 111, 255, .1);
  --primary-focus: #cbd6ee;
  --remove: #919191;
  --text-title: #3d444a;
  --text-no-active: #87a2bf;
}

body {
  background: #fbfcfd;
}

body, .highcharts-root {
  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-size: 1.25rem !important;
}

.pcoded-content {
  padding: 40px;
}

.content-header > h1 {
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-bottom: 20px;
}


/*********CARDS**********/

.card-new-style .card, .card-dashboard {
  border-radius: 1rem;
}

.card-new-style .card-primary .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid #e2e5e8;
  position: relative;
  margin-bottom: 20px;
}

.card-new-style .card-primary-index .card-header {
  margin-bottom: 0px;
}

.card-secondary .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom: none;
  position: relative;
  margin-bottom: 10px;
}

.card-new-style .card .card-title {
  font-size: 16px;
  color: #3d444a;
  font-weight: 500;
}

.card-new-style .card .card-block, .card-new-style .card .card-body {
  padding: 20px 25px;
}

.card-new-style .card-primary .card-header::before {
  content: '';
  background: #2962ff;
  height: 1px;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.card-requerimiento {
  height: fit-content;
}

.card-requerimiento .card {
  margin-bottom: 30px;
}

.card-requerimiento .card {
  margin-right: 0px;
}

.card-fit {
  width: fit-content;
}

.bg-c-yellow {
  background: #f76f3a !important; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f9ad4d, #ff7b2b, #f76f3a) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f9ad4d, #ff7b2b, #f76f3a) !important;
}

.bg-c-blue {
  background: #e8e8e8 !important; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #a9cbbd, #408a99, #435ea2) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3cbc8f, #408a99, #435ea2) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-c-green {
  background: #29ae82 !important; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,  #55DD91, #34c49b, #29ae82) !important;
  background: linear-gradient(to right, #55DD91, #34c49b, #29ae82) !important;  /*background: linear-gradient(to right, #48b848, #67c94a, #a3d06d ) !important; !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
}

.bg-c-red {
  background: #d54646 !important; /* fallback for old browsers #ffb678,*/
  background: -webkit-linear-gradient(to right, #ff945f, #f74c4c, #d54646) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff945f, #f74c4c, #d54646 ) !important;
  background: linear-gradient(to right, #ff896e, #f66, #ff4c4c ) !important;

/*linear-gradient(to right, #ffb473, #ff6565, #f26161 ) !important;*/
}

.card-dashboard-footer:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.card-dashboard .card-dashboard-footer {
  border-top: 0px;
}

.card-requerimiento ul {
  font-size: 14px;
  font-weight: 500;
}

.card-requerimiento h2{
  font-weight: 600;
}

/*Card Footers*/

.bg-f-red {
  background: #ff4c4c !important;
}

.bg-f-yellow {
  background: #f76f3a !important;
}

.bg-f-blue {
  background: #435ea2 !important;
}

.bg-f-green {
  background: #29ae82 !important;
}

/*********TITLES**********/

/*********TABLES**********/

.table td, .table thead th {
  border-bottom: 1px solid #e2e5e8;
  white-space: nowrap;
  padding: 1.2rem 1rem !important;
}

.table > thead > tr > th {
  border-bottom: 1px solid #e2e5e8;
}

.table-dashboard .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.table-dashboard .table-striped tbody tr:nth-of-type(2n) {
  background-color: #fff;
}

.table-dashboard table thead th, .table-datos thead th {
  background: none;
}

.table-dashboard th, .table-datos thead th {
  border-top: 0px;
  border-bottom: 1px solid #e2e5e8;
}

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

.table .td-break-all {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.table-small td, .table-small thead th {
  padding: 10px !important;
  font-size: 10px !important;
}

.table-transparent thead th {
  background: transparent !important;
  color: #fff !important;
}

.table-responsive > .table-bordered {
  border: 1px solid #e2e5e8;
}

/*********GRIDVIEW**********/
/* Gridview Panel */
.panel-default-dashboard {
  background-color: var(--primary) !important;
}

.panel-default > .panel-heading {
  background-color: unset;
}

.panel-heading > .panel-title {
  font-size: initial !important;
}

.card .panel-heading {
  padding: 0;
}

.dropdown-toggle::after {
  display: none;
}

.kv-panel-before {
  padding-right: 0px;
  padding-left: 0px;
}

.card .panel {
  box-shadow: none;
  border-radius: unset;
  background: transparent;
}

.card .panel {
  margin-bottom: 0;
}

.card-new-style .kv-panel-before {
  background-color: #fff;
}

.kv-table-header {
  background: rgb(240, 240, 240);
}

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

.kv-grid-table thead th {
  background: none;
}

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

.formato_montos {
  background: rgba(0,201,64,0.3);
  color: #212529;
  font-weight: bold;
}

.panel .table-scroll, .panel .table-responsive {
  border-right: 0.5px solid #e2e5e8;
  border-left: 0.5px solid #e2e5e8;
}

.table-footer-p-0 .card-footer, .table-footer-p-0 .panel-footer {
  padding: 1rem 0 0 0;
  border-top: none;
}

.card-footer, .panel-footer {
  background-color: #fff;
}

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

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

.espacio-sm {
  margin-right: 5px;
}

.espacio-xl {
  margin-right: 20px;
}

.espacio-xl-neg {
  margin-right: -20px;
}

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

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

.table-striped tbody tr:nth-of-type(2n) {
  background-color: rgba(57, 73, 171, 0.03);
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.panel .table-responsive > .table-bordered {
  border-right: 1px solid #e2e5e8;
  border-left: 1px solid #e2e5e8;
}

.td-select {
  margin-top: -0.8rem;
  margin-bottom: -1rem;
}

/*Modal*/
.table-modal th, .table-modal td {
  padding: 1.1rem  0.75rem !important;
  border-bottom: 1px solid #fff;
}

.table-modal thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  border-top: 0px;
}

.table-modal-gray thead th {
  background: #eff3f6;
}

.modal .table-striped tbody tr:nth-of-type(2n) {
  background-color: rgba(57, 73, 171, 0.03);
}

.modal .session-scroll {
  border: 1px solid #e2e5e8;
}

.close {
  font-size: 2rem;
}

.caja {
  margin-right: 10px;
  border: 1px solid #acb1b7;
}

.referencia {
  text-align: left;
}

.title-referencia {
  margin-top: -25.5px;
}

.modal-footer:has(.referencia-footer) {
  display: unset;
}

.emphasis {
  font-weight: 700;
}

/*Paginación*/
.pagination > li > a {
  border-radius: 50%;
  margin: 0px 5px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: var(--primary) !important;
  border-color: transparent !important;
}

/*********BUTTONS**********/
button {
  padding: 0px;
}

.btn {
  margin: 0px;
  border-radius: 5px !important;
  padding: 5px 10px;
}

.btn-group > .btn:not(:first-child) {
  margin-left: 10px;
}

.btn-no-shadow {
  box-shadow: none;
}

.btn-primary {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 5px !important;
  background: var(--primary);
  color: #fff;
  padding: 5px 10px;
}

.btn-primary:hover {
  border: 1px solid transparent;
  background: var(--primary-hover);
}

.btn-primary:focus, .btn-success:focus {
  border: 1px solid transparent;
  outline: none;
  box-shadow: 0 0 0 4px var(--primary-focus);
}

.btn-success {
  border: 1px solid transparent;
  border-radius: 5px !important;
  padding: 5px 10px;
}

.btn-outline-primary {
  appearance: none;
  border: 1px solid;
  /*border: 0px;*/
  border-radius: 5px !important;
  background-color: transparent;
  padding: 5px 10px;
  /*color: var(--primary);*/
  color: rgb(77, 112, 235);
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: rgba(77, 112, 235, 0.05);
  border-color: rgb(77, 112, 235);
  /*background: var(--secondary-hover);*/
  /*color: var(--primary-hover);*/
  color: rgb(77, 112, 235);
}

.btn-filter {
  top: -30px;
  margin: -45px auto 20px 0px;
}

/*********FORMS**********/
.custom-select, .form-control {
  font-size: 1.25rem !important;
}

.select2-container--krajee-bs3 .select2-selection,
.input-group .form-control,
.input-group-addon, .form-control {
  /* padding: 8px 20px; */
  font-size: 1.25rem !important;
  border-radius: 5px;
}

.input-group .form-control {
  padding: 6.6px 12px;
}

.form-control, .form-group input {
  padding: 6.65px 12px;
}

.kv-table-header td {
  padding-top: 0px !important;
}

/*********ICONS**********/
.kv-date-picker .fa-calendar-alt {
  color: var(--primary)
}

.trash-color {
  color: #ec0000;
}

.pencil-color {
  color: var(--primary)
}

.card-icon {
  margin-right: 10px;
}


/*********TABS**********/
.nav-tabs > li > a {
  border-radius: 1rem 1rem 0 0;
  margin-right: 0px;
  color: var(--text-no-active);
}

li.active .nav-link-text {
  color: var(--text-title);
}

.pcoded-hasmenu .nav > li > a:hover, .nav > li > a:focus {
  background-color: #e8e8e8;
}

/*********BREADCRUMBS**********/
.breadcrumb {
  padding: 0.75rem 0rem;
  background-color: transparent;
}

.breadcrumb > li > a {
  color: #777777;
}

.breadcrumb > li > a:hover {
  color: #2962ff;
}

.breadcrumb > .active {
  font-weight: 600;
}

/*********WIDTH**********/
.w-5 {
  width: 5%;
}

.w-8 {
  width: 8%;
}

.w-10 {
  width: 10%;
}

.w-12 {
  width: 12%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}

.bootstrap-touchspin .input-group-text {
  border: none;
}


.bootstrap-touchspin-down {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: none !important;
}

.bootstrap-touchspin-up {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: none !important;
}