:root {
  /*AZUL #1f355e
    VERDE var(--color2)*/

  --color1: #1f355e; /*var(--color1)*/
  --color2: #00af41 /*#00af41*/; /*var(--color2)*/
  --color3: white;/*var(--color3)*/
  --color4: black;/*var(--color4)*/
  --color5: #858796;/*var(--color5)*/
  --color6: #c6cdfb;/*var(--color5)*/

  --background-menu: var(--color1); 
  --background-menu-important: var(--color1) !important; 
  --background-header:var(--color3) !important;
  --background-body: var(--color3) !important;
  --text-color: var(--color2) !important;
  --text-color-background: var(--color1) !important;
  --text-invert: var(--color3) !important;
  --text:var(--color4) !important;
  --text-header:var(--color5) !important;

  --btn-success-background: var(--color2) !important;
  --btn-success-color: white!important;

  --table-header-color: var(--color2);
  --table-header-back: var(--color1);
  --table-body-color: var(--color4);
  --table-body-back: var(--color3);
  --table-body-color2: var(--color1);
  --table-body-back2: var(--color6);
  --table-body-color-hover: var(--color1);
  --table-body-back-hover: var(--color2);
}

.ui-v2{
  --v2-bg: #0d0f14;
  --v2-surface: #161820;
  --v2-surface-2: #1b1e28;
  --v2-border: rgba(255,255,255,0.07);
  --v2-border-2: rgba(255,255,255,0.1);
  --v2-text: rgba(255,255,255,0.7);
  --v2-muted: rgba(255,255,255,0.35);
  --v2-muted-2: rgba(255,255,255,0.25);
  --v2-accent: #00af41;
  --v2-accent-2: rgba(0,175,65,0.12);
  --v2-accent-blue: #1f355e;
}

body.ui-v2{
  background: var(--v2-bg) !important;
  color: var(--v2-text);
}

body.ui-v2 #wrapper,
body.ui-v2 #content-wrapper,
body.ui-v2 #content{
  background: var(--v2-bg) !important;
}

body.ui-v2 .topbar,
body.ui-v2 nav.navbar{
  background: #111318 !important;
  border-bottom: 0.5px solid var(--v2-border) !important;
}

body.ui-v2 .sidebar{
  background: #111318 !important;
  border-right: 0.5px solid rgba(255,255,255,0.06) !important;
}

body.ui-v2 .card,
body.ui-v2 .modal-content{
  background: var(--v2-surface) !important;
  border: 0.5px solid var(--v2-border) !important;
  border-radius: 10px !important;
}

body.ui-v2 .card-header,
body.ui-v2 .modal-header{
  background: transparent !important;
  border-bottom: 0.5px solid var(--v2-border) !important;
}

body.ui-v2 .card-header h6,
body.ui-v2 .card-header *,
body.ui-v2 .navbar .nav-link,
body.ui-v2 .sidebar .nav-link{
  color: rgba(255,255,255,0.65) !important;
}

body.ui-v2 .btn.btn-success,
body.ui-v2 .btn.btn-warning,
body.ui-v2 .btn-primary,
body.ui-v2 .btn-primary-sm{
  background: var(--v2-accent) !important;
  border-color: var(--v2-accent) !important;
  color: #1a1400 !important;
}

body.ui-v2 .btn.btn-secondary,
body.ui-v2 .btn-secondary{
  background: transparent !important;
  border: 0.5px solid rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.6) !important;
}

body.ui-v2 .form-control,
body.ui-v2 input,
body.ui-v2 select,
body.ui-v2 textarea{
  background: var(--v2-surface-2) !important;
  border: 0.5px solid var(--v2-border-2) !important;
  color: var(--v2-text) !important;
}

body.ui-v2 .form-control:focus,
body.ui-v2 input:focus,
body.ui-v2 select:focus,
body.ui-v2 textarea:focus{
  border-color: rgba(0,175,65,0.4) !important;
  box-shadow: none !important;
}

body.ui-v2 .chart-card{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 14px;
}

body.ui-v2 .chart-hdr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

body.ui-v2 .chart-title{
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

body.ui-v2 .chart-badge{
  font-size: 9px;
  background: var(--v2-accent-2);
  color: var(--v2-accent);
  border-radius: 4px;
  padding: 2px 6px;
}

body.ui-v2 .chart-body{
  position: relative;
}

body.ui-v2 .tbl-card{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  overflow: hidden;
}

body.ui-v2 .tbl-scroll{
  overflow-x: auto;
}

body.ui-v2 table.tbl{
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  white-space: nowrap;
}

body.ui-v2 table.tbl thead tr{
  background: var(--v2-surface-2);
}

body.ui-v2 table.tbl th{
  color: rgba(255,255,255,0.35);
  font-weight: 500;
  padding: 9px 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-bottom: 0.5px solid var(--v2-border);
  text-align: left;
}

body.ui-v2 table.tbl td{
  color: rgba(255,255,255,0.6);
  padding: 9px 12px;
  border-bottom: 0.5px solid rgba(255,255,255,0.04);
}

body.ui-v2 table.tbl tbody tr:hover td{
  background: rgba(255,255,255,0.02);
}

body.ui-v2 .bg-white,
body.ui-v2 .bg-light,
body.ui-v2 .bg-gradient-primary,
body.ui-v2 .bg-gradient-gray,
body.ui-v2 .bg-gradient-blue{
  background: var(--v2-bg) !important;
  background-image: none !important;
}

body.ui-v2 .text-gray-800,
body.ui-v2 .text-gray-900,
body.ui-v2 .text-gray-700,
body.ui-v2 .text-gray-600,
body.ui-v2 .text-gray-500,
body.ui-v2 .text-dark,
body.ui-v2 .text-body{
  color: rgba(255,255,255,0.75) !important;
}

body.ui-v2 .sidebar .sidebar-heading{
  color: rgba(255,255,255,0.18) !important;
}

body.ui-v2 .nav-link{
  background: transparent !important;
  border: 0.5px solid transparent !important;
  margin: 10px !important;
}

body.ui-v2 .nav-link:hover{
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.06) !important;
}

body.ui-v2 .nav-item.active .nav-link,
body.ui-v2 .nav-link.active{
  background: var(--v2-accent-2) !important;
  border-color: rgba(0,175,65,0.25) !important;
}

body.ui-v2 .collapse-inner,
body.ui-v2 .dropdown-menu{
  background: var(--v2-surface) !important;
  border: 0.5px solid var(--v2-border) !important;
  border-radius: 10px !important;
}

body.ui-v2 .collapse-item,
body.ui-v2 .dropdown-item{
  color: rgba(255,255,255,0.55) !important;
}

body.ui-v2 .collapse-item:hover,
body.ui-v2 .dropdown-item:hover{
  background: rgba(255,255,255,0.04) !important;
  color: rgba(255,255,255,0.8) !important;
}

body.ui-v2 .modal-backdrop{
  opacity: 0.7 !important;
}

body.ui-v2 .dataTables_wrapper .dataTables_info,
body.ui-v2 .dataTables_wrapper .dataTables_length,
body.ui-v2 .dataTables_wrapper .dataTables_filter,
body.ui-v2 .dataTables_wrapper .dataTables_paginate{
  color: rgba(255,255,255,0.55) !important;
}

body.ui-v2.dashboard-v2 #content{
  padding: 0 !important;
}

body.ui-v2.dashboard-v2 #content-wrapper{
  padding: 0 !important;
}

body.ui-v2.dashboard-v2 .app{
  background: var(--v2-bg);
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 0px);
}

body.ui-v2.dashboard-v2 .app .topbar{
  background: #111318;
  border-bottom: 0.5px solid var(--v2-border);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  flex-shrink: 0;
}

body.ui-v2.dashboard-v2 .app .topbar-left{
  display: flex;
  align-items: center;
  gap: 8px;
}

body.ui-v2.dashboard-v2 .app .topbar-left .page-title{
  margin-left: 2px;
}

body.ui-v2.dashboard-v2 .app .brand-mark{
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.ui-v2.dashboard-v2 .app .page-title{
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

body.ui-v2.dashboard-v2 .app .topbar-right{
  display: flex;
  align-items: center;
  gap: 7px;
}

body.ui-v2.dashboard-v2 .app .season-pill{
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--v2-surface-2);
  border: 0.5px solid var(--v2-border-2);
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
}

body.ui-v2.dashboard-v2 .app .season-pill select,
body.ui-v2.dashboard-v2 .app .season-pill input{
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.7) !important;
  font-size: 11px !important;
  padding: 0 !important;
  height: auto !important;
}

body.ui-v2.dashboard-v2 .app .season-pill select:focus,
body.ui-v2.dashboard-v2 .app .season-pill input:focus{
  outline: none !important;
  box-shadow: none !important;
}

body.ui-v2.dashboard-v2 .app .btn-company{
  background: var(--v2-accent);
  border: none;
  border-radius: 7px;
  color: #1a1400;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

body.ui-v2.dashboard-v2 .app .avatar{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0,175,65,0.15);
  border: 0.5px solid rgba(0,175,65,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-accent);
  font-size: 11px;
  font-weight: 700;
}

body.ui-v2.dashboard-v2 .app .shell{
  display: flex;
  flex: 1;
}

body.ui-v2.dashboard-v2 .app .sidebar-v2{
  width: 68px;
  flex-shrink: 0;
  background: #111318;
  border-right: 0.5px solid rgba(255,255,255,0.06);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

body.ui-v2.dashboard-v2 .app .sg{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6px;
}

body.ui-v2.dashboard-v2 .app .sg-lbl{
  font-size: 8px;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.15);
  text-transform: uppercase;
  margin-bottom: 2px;
}

body.ui-v2.dashboard-v2 .app .si{
  width: 52px;
  border-radius: 9px;
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  color: rgba(255,255,255,0.28);
  font-size: 9px;
  text-align: center;
  border: 0.5px solid transparent;
  text-decoration: none;
}

body.ui-v2.dashboard-v2 .app .si i{
  font-size: 16px;
}

body.ui-v2.dashboard-v2 .app .si span{
  font-size: 9px;
  line-height: 1;
}

body.ui-v2.dashboard-v2 .app .si:hover{
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.04);
}

body.ui-v2.dashboard-v2 .app .si.active{
  color: var(--v2-accent);
  background: var(--v2-accent-2);
  border-color: rgba(0,175,65,0.25);
}

body.ui-v2.dashboard-v2 .app .sdiv{
  height: 0.5px;
  background: rgba(255,255,255,0.05);
  width: 38px;
  margin: 4px auto;
}

body.ui-v2.dashboard-v2 .app .main{
  flex: 1;
  padding: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.ui-v2.dashboard-v2 .app .kpi-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

body.ui-v2.dashboard-v2 .app .kpi{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 14px;
  position: relative;
  overflow: hidden;
  min-height: 74px;
}

body.ui-v2.dashboard-v2 .app .kpi-bar{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

body.ui-v2.dashboard-v2 .app .kpi-label{
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.28);
  margin-bottom: 6px;
}

body.ui-v2.dashboard-v2 .app .kpi-val{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}

body.ui-v2.dashboard-v2 .app .kpi-sub{
  font-size: 10px;
  color: rgba(255,255,255,0.22);
  margin-top: 4px;
}

body.ui-v2.dashboard-v2 .app .charts-row{
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 10px;
}

body.ui-v2.dashboard-v2 .app .bottom-row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  flex: 1;
  min-height: 320px;
}

body.ui-v2.dashboard-v2 .app .bcard{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 14px;
}

body.ui-v2.dashboard-v2 .app .chart-hdr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

body.ui-v2.dashboard-v2 .app .chart-title{
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

body.ui-v2.dashboard-v2 .app .chart-badge{
  font-size: 9px;
  background: rgba(0,175,65,0.12);
  color: var(--v2-accent);
  border-radius: 4px;
  padding: 2px 6px;
}

body.ui-v2.dashboard-v2 .app table.mini-tbl,
body.ui-v2.dashboard-v2 .dash-main table.mini-tbl,
body.ui-v2.dashboard-v2 .dash-v2 table.mini-tbl{
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

body.ui-v2.dashboard-v2 .app table.mini-tbl thead tr,
body.ui-v2.dashboard-v2 .dash-main table.mini-tbl thead tr,
body.ui-v2.dashboard-v2 .dash-v2 table.mini-tbl thead tr{
  background: var(--v2-surface-2);
}

body.ui-v2.dashboard-v2 .app table.mini-tbl th,
body.ui-v2.dashboard-v2 .dash-main table.mini-tbl th,
body.ui-v2.dashboard-v2 .dash-v2 table.mini-tbl th{
  color: rgba(255,255,255,0.28);
  font-weight: 600;
  padding: 6px 8px;
  text-align: left;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 0.5px solid var(--v2-border);
  white-space: nowrap;
}

body.ui-v2.dashboard-v2 .app table.mini-tbl td,
body.ui-v2.dashboard-v2 .dash-main table.mini-tbl td,
body.ui-v2.dashboard-v2 .dash-v2 table.mini-tbl td{
  color: rgba(255,255,255,0.55);
  padding: 6px 8px;
  border-bottom: 0.5px solid rgba(255,255,255,0.04);
  white-space: nowrap;
}

body.ui-v2.dashboard-v2 .app table.mini-tbl tr:last-child td,
body.ui-v2.dashboard-v2 .dash-main table.mini-tbl tr:last-child td,
body.ui-v2.dashboard-v2 .dash-v2 table.mini-tbl tr:last-child td{
  border-bottom: none;
}

body.ui-v2.dashboard-v2 .app table.mini-tbl tbody tr:hover td,
body.ui-v2.dashboard-v2 .dash-main table.mini-tbl tbody tr:hover td,
body.ui-v2.dashboard-v2 .dash-v2 table.mini-tbl tbody tr:hover td{
  background: rgba(255,255,255,0.02);
}

body.ui-v2.dashboard-v2 .dash-filter{
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ui-v2.dashboard-v2 .season-pill{
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--v2-surface-2);
  border: 0.5px solid var(--v2-border-2);
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
}

body.ui-v2.dashboard-v2 .season-pill select,
body.ui-v2.dashboard-v2 .season-pill input{
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.7) !important;
  font-size: 11px !important;
  padding: 0 !important;
  height: auto !important;
}

body.ui-v2.dashboard-v2 .season-pill select:focus,
body.ui-v2.dashboard-v2 .season-pill input:focus{
  outline: none !important;
  box-shadow: none !important;
}

body.ui-v2.dashboard-v2 .dash-v2{
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
}

body.ui-v2.dashboard-v2 .dash-v2 .kpi-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

body.ui-v2.dashboard-v2 .dash-v2 .kpi{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 14px;
  position: relative;
  overflow: hidden;
  min-height: 74px;
}

body.ui-v2.dashboard-v2 .dash-v2 .kpi-bar{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

body.ui-v2.dashboard-v2 .dash-v2 .charts-row{
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 10px;
}

body.ui-v2.dashboard-v2 .dash-v2 .bottom-row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  min-height: 320px;
}

body.ui-v2.dashboard-v2 .dash-v2 .bcard{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 14px;
}

body.ui-v2.dashboard-v2 .dash-v2 .chart-hdr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

body.ui-v2.dashboard-v2 .dash-v2 .chart-title{
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

body.ui-v2.dashboard-v2 .dash-v2 .chart-badge{
  font-size: 9px;
  background: rgba(0,175,65,0.12);
  color: var(--v2-accent);
  border-radius: 4px;
  padding: 2px 6px;
}

body.ui-v2.presupuesto-v2 .dash-main{
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
}

body.ui-v2.presupuesto-v2 .dash-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 14px;
  border-bottom: 0.5px solid var(--v2-border);
}

body.ui-v2.presupuesto-v2 .dash-crumb{
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

body.ui-v2.presupuesto-v2 .dash-title{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
}

body.ui-v2.presupuesto-v2 .dash-head-actions{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.ui-v2.presupuesto-v2 .dash-season{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--v2-surface-2);
  border: 0.5px solid var(--v2-border-2);
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
}

body.ui-v2.presupuesto-v2 .dash-season i{
  color: rgba(255,255,255,0.25);
  font-size: 12px;
}

body.ui-v2.presupuesto-v2 .dash-season input{
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.75) !important;
  font-size: 11px !important;
  padding: 0 !important;
  height: auto !important;
}

body.ui-v2.presupuesto-v2 .dash-season input:focus{
  outline: none !important;
  box-shadow: none !important;
}

body.ui-v2.presupuesto-v2 .budget-card{
  width: 100%;
  background: #161820;
  border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 12px;
}

body.ui-v2.dashboard-v2 .dash-main{
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
}

body.ui-v2.dashboard-v2 nav.navbar form[action="/ai/llm/"] button.btn.btn-warning{
  display: none;
}

body.ui-v2.dashboard-v2 .dash-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 14px;
  border-bottom: 0.5px solid var(--v2-border);
}

body.ui-v2.dashboard-v2 .dash-crumb{
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

body.ui-v2.dashboard-v2 .dash-title{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
}

body.ui-v2.dashboard-v2 .dash-head-actions{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.ui-v2.dashboard-v2 .dash-season{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--v2-surface-2);
  border: 0.5px solid var(--v2-border-2);
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
}

body.ui-v2.dashboard-v2 .dash-season i{
  color: rgba(255,255,255,0.25);
  font-size: 12px;
}

body.ui-v2.dashboard-v2 .dash-season select,
body.ui-v2.dashboard-v2 .dash-season input{
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.75) !important;
  font-size: 11px !important;
  padding: 0 !important;
  height: auto !important;
}

body.ui-v2.dashboard-v2 .dash-season select:focus,
body.ui-v2.dashboard-v2 .dash-season input:focus{
  outline: none !important;
  box-shadow: none !important;
}

body.ui-v2.dashboard-v2 .dash-ai-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent !important;
  border: 0.5px solid rgba(255,255,255,0.14) !important;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.65) !important;
}

body.ui-v2.dashboard-v2 .dash-ai-btn:hover{
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.18) !important;
}

body.ui-v2.dashboard-v2 .dash-range{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 7px;
  border: 0.5px solid var(--v2-border-2);
  background: var(--v2-surface-2);
}

body.ui-v2.dashboard-v2 .dash-range input{
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.75) !important;
  font-size: 11px !important;
  padding: 0 !important;
  height: auto !important;
}

body.ui-v2.dashboard-v2 .dash-hero{
  background: rgba(255,82,82,0.08);
  border: 0.5px solid rgba(255,82,82,0.25);
  border-radius: 12px;
  padding: 14px 16px;
}

body.ui-v2.dashboard-v2 .dash-hero-label{
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255,82,82,0.65);
  margin-bottom: 8px;
  font-weight: 600;
}

body.ui-v2.dashboard-v2 .dash-hero .kpi-label{
  display: none;
}

body.ui-v2.dashboard-v2 .dash-hero .kpi-val{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  color: #FF5252;
}

body.ui-v2.dashboard-v2 .dash-hero .kpi-sub{
  color: rgba(255,255,255,0.35);
  margin-top: 6px;
}

body.ui-v2.dashboard-v2 .dash-eq{
  display: grid;
  grid-template-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  gap: 8px;
  align-items: center;
}

body.ui-v2.dashboard-v2 .dash-eq-cell{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 14px;
  min-height: 74px;
}

body.ui-v2.dashboard-v2 .dash-eq-op{
  text-align: center;
  color: rgba(255,255,255,0.25);
  font-size: 16px;
  font-weight: 700;
}

body.ui-v2.dashboard-v2 .dash-eq-result{
  background: rgba(255,82,82,0.08);
  border-color: rgba(255,82,82,0.25);
}

body.ui-v2.dashboard-v2 .dash-grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body.ui-v2.dashboard-v2 .dash-grid-bottom{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  align-items: stretch;
}

body.ui-v2.dashboard-v2 .dash-bcard{
  background: var(--v2-surface);
  border: 0.5px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 14px;
}

@media (max-width: 991px){
  body.ui-v2.dashboard-v2 .dash-v2 .kpi-row{
    grid-template-columns: 1fr 1fr;
  }
  body.ui-v2.dashboard-v2 .dash-v2 .charts-row{
    grid-template-columns: 1fr;
  }
  body.ui-v2.dashboard-v2 .dash-v2 .bottom-row{
    grid-template-columns: 1fr;
  }
  body.ui-v2.dashboard-v2 .dash-v2 .bcard[style*="grid-column"]{
    grid-column: auto !important;
  }

  body.ui-v2.dashboard-v2 .dash-head{
    align-items: flex-start;
  }

  body.ui-v2.dashboard-v2 .dash-eq{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.ui-v2.dashboard-v2 .dash-eq-op{
    display: none;
  }

  body.ui-v2.dashboard-v2 .dash-grid-2,
  body.ui-v2.dashboard-v2 .dash-grid-bottom{
    grid-template-columns: 1fr;
  }
}

.sidebar.toggled {
  overflow: visible;
  width: 7.5rem !important;
}

.nav-link{
  border-radius: 5px;
  background-color: var(--color5);
  margin: 10px;
}

.nav-link .fas{
  color:whitesmoke !important;
  opacity: 1;
}
.nav-link *{
  color:whitesmoke !important;
  opacity: 1;
}

.nav-link:hover{
  border-radius: 5px;
  background-color: var(--color2);
  margin: 10px;
}

.nav-link:hover * {
  color:whitesmoke !important;
  opacity: 1;
}

.nav-link:active{
  border-radius: 5px;
  background-color: var(--color1);
  margin: 10px;
}

.nav-link:active * {
  color:whitesmoke !important;
  opacity: 1;
}



/*Vineta numerica*/
ol {
  display: block;
  padding: 0 0 0 26px;
  list-style: none;
  overflow: hidden;
  counter-reset: numList;
}
ol li {
  width: 176px;
  margin-right: 44px;
  float: left;
  position: relative
}
ol li:before {
  counter-increment: numList;
  content: counter(numList);
  
  float: left;
  position: absolute;
  left: -26px;
  
  font: bold 12px sans-serif;
  text-align: center;
  color: #fff;
  line-height: 18px;
  
  width: 18px; height: 18px;
  background: #00af41;
  
  -moz-border-radius: 999px;
  border-radius: 999px
}

.btn-plantilla{
  margin-bottom:10px !important;
  width:100% !important;
}
.btn-plantilla .text{
  width:60% !important;
}

#buttonHelp{
  border: 0px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px !important;
  margin-bottom: 10px !important;
}
.tg-dialog-btn{
  border-radius: 8px !important;
}
.modal-header{
  background-color: #1f355e !important;
}

.modal-header *{
  color: white !important;
}

body{
  height: auto !important;
}
#divInputDetalleFactura{
  width:850px !important;
}
.montoMovimientoFormatoGreen{
  color:#00af41 !important;
  text-align: right;
}
.montoMovimientoFormatoRed{
  color:#c0392b !important;
  text-align: right;
}

.montoMovimientoFormatoGris{
  color:#888 !important;
  text-align: right;
}

.descripcionCortaMovimiento{
  width:500px;
}
.confirmado span{
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #00af41;
  font-size: x-small;
  text-align: left;
  padding-right: 10px;
  width:120px;
}
.reversado span{
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #d35400 ;
  font-size: x-small;
  text-align: left;  
  padding-right: 10px;
  width:120px;
}
.descripcionCortaMovimiento span{
  font-weight:bold;
}

.descripcionCortaMovimiento i{
  padding-right: 10px;
}
/*PARCHE*/
.ajs-dialog{
  margin-top:200px !important;
  z-index: 100000000000000 !important;
}

.modal .fade .in{}

#tablaDesdeHasta{
  margin-top:40px !important;
}
.dataTables_scrollHead{
  position: fixed !important;
}

.dataTables_scrollBody{
  padding-top: 50px !important;
  position:initial !important;
}

body.ui-v2 .modal-header{
  background: #111318 !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.07) !important;
}

body.ui-v2 .modal-header *,
body.ui-v2 .modal-title{
  color: rgba(255,255,255,0.75) !important;
}

body.ui-v2 .modal-content{
  background: #161820 !important;
  border: 0.5px solid rgba(255,255,255,0.07) !important;
}

body.ui-v2 .modal-footer{
  background: transparent !important;
  border-top: 0.5px solid rgba(255,255,255,0.07) !important;
}

body.ui-v2 .close{
  color: rgba(255,255,255,0.55) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.ui-v2 .modal-backdrop{
  opacity: 0.85 !important;
}

body.ui-v2 .dataTables_scrollHead{
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
}

body.modal-open .dataTables_scrollHead{
  z-index: 0 !important;
}

body.ui-v2 .dataTables_scrollBody{
  padding-top: 0 !important;
}

body.ui-v2 table.table,
body.ui-v2 table.dataTable{
  color: rgba(255,255,255,0.65) !important;
}

body.ui-v2 table.table thead th,
body.ui-v2 table.dataTable thead th,
body.ui-v2 table.table thead td,
body.ui-v2 table.dataTable thead td{
  background: #1b1e28 !important;
  color: rgba(255,255,255,0.35) !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.07) !important;
}

body.ui-v2 table.table td,
body.ui-v2 table.dataTable td{
  border-top: 0.5px solid rgba(255,255,255,0.04) !important;
}

body.ui-v2 table.table tbody tr:hover td,
body.ui-v2 table.dataTable tbody tr:hover td{
  background: rgba(255,255,255,0.02) !important;
}

body.ui-v2 .tbl-card{
  background: var(--v2-surface) !important;
  border: 0.5px solid var(--v2-border) !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
}

body.ui-v2 .tbl-scroll{
  overflow: auto;
}

body.ui-v2 .tbl{
  width: 100%;
  border-collapse: collapse;
}

body.ui-v2 .tbl thead tr{
  background: var(--v2-surface-2);
}

body.ui-v2 .tbl th{
  color: rgba(255,255,255,0.28);
  font-weight: 600;
  padding: 8px 10px;
  text-align: left;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-bottom: 0.5px solid var(--v2-border);
  white-space: nowrap;
}

body.ui-v2 .tbl td{
  color: rgba(255,255,255,0.6);
  padding: 8px 10px;
  border-bottom: 0.5px solid rgba(255,255,255,0.04);
  vertical-align: middle;
}

body.ui-v2 .tbl tbody tr:hover td{
  background: rgba(255,255,255,0.02);
}

body.ui-v2 .tbl td .form-control{
  background: #1b1e28 !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.75) !important;
  height: 32px;
  padding: 6px 10px;
}

body.ui-v2 .tbl td .form-control:focus{
  box-shadow: 0 0 0 3px rgba(0,175,65,0.12) !important;
  border-color: rgba(0,175,65,0.35) !important;
}

body.ui-v2 .centroDistribucionTitulo{
  background: var(--v2-surface-2) !important;
  border: 0.5px solid var(--v2-border) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  color: rgba(255,255,255,0.65) !important;
}

body.ui-v2 .centroDistribucionRow{
  background: var(--v2-surface) !important;
  border: 0.5px solid var(--v2-border) !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin-top: 10px !important;
}

body.ui-v2 .centroDistribucionRow .col{
  padding-top: 10px;
  padding-bottom: 10px;
}

body.ui-v2 .centroDistribucionRow > .col[style*="background-color:#1f355e"]{
  background: rgba(31,53,94,0.55) !important;
  border-left: 0.5px solid rgba(255,255,255,0.06);
  border-right: 0.5px solid rgba(255,255,255,0.06);
}

body.ui-v2 .centroDistribucionRow select.form-control,
body.ui-v2 .centroDistribucionRow input.form-control{
  background: #1b1e28 !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.75) !important;
}

body.ui-v2 table.dataTable.stripe tbody tr.odd,
body.ui-v2 table.dataTable.display tbody tr.odd{
  background-color: transparent !important;
}

body.ui-v2 table.dataTable.stripe tbody tr.even,
body.ui-v2 table.dataTable.display tbody tr.even{
  background-color: rgba(255,255,255,0.01) !important;
}

body.ui-v2 table.dataTable tbody tr.selected,
body.ui-v2 table.dataTable tbody tr.selected td{
  background-color: rgba(0,175,65,0.08) !important;
}

body.ui-v2 .dataTables_wrapper .dataTables_filter input,
body.ui-v2 .dataTables_wrapper .dataTables_length select{
  background: #1b1e28 !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.7) !important;
}

body.ui-v2 .alert{
  background: #1b1e28 !important;
  border: 0.5px solid rgba(255,255,255,0.07) !important;
  color: rgba(255,255,255,0.65) !important;
}

body.ui-v2 .alert-warning{
  border-color: rgba(0,175,65,0.25) !important;
}

body.ui-v2 .modal-content.modal-v2{
  background: #111318 !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6) !important;
}

body.ui-v2 .modal-content.modal-v2 .modal-header{
  background: #0f1117 !important;
  padding: 14px 18px !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.07) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body.ui-v2 .modal-content.modal-v2 .modal-v2-body{
  padding: 16px 18px !important;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

body.ui-v2 .modal-content.modal-v2 .modal-v2-body::-webkit-scrollbar{
  width: 4px;
}

body.ui-v2 .modal-content.modal-v2 .modal-v2-body::-webkit-scrollbar-track{
  background: transparent;
}

body.ui-v2 .modal-content.modal-v2 .modal-v2-body::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
}

body.ui-v2 .modal-content.modal-v2 .modal-v2-footer{
  background: #0f1117 !important;
  border-top: 0.5px solid rgba(255,255,255,0.07) !important;
  padding: 12px 18px !important;
}

body.ui-v2 .modal-close{
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: rgba(255,255,255,0.06) !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.4) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  padding: 0 !important;
}

body.ui-v2 .modal-close span{
  line-height: 1 !important;
}

body.ui-v2 .modal-close:hover{
  background: rgba(255,82,82,0.12) !important;
  border-color: rgba(255,82,82,0.2) !important;
  color: #FF5252 !important;
}

body.ui-v2.auth-login{
  min-height: 100vh;
  background: radial-gradient(900px 600px at 15% 15%, rgba(31,53,94,0.35) 0%, rgba(0,0,0,0) 60%),
              radial-gradient(700px 520px at 85% 35%, rgba(0,175,65,0.22) 0%, rgba(0,0,0,0) 55%),
              #0b0d11;
}

body.ui-v2.auth-login .container-login100{
  background: transparent !important;
}

body.ui-v2.auth-login .wrap-login100{
  background: rgba(17,19,24,0.92) !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6) !important;
}

body.ui-v2.auth-login .login100-form-title{
  color: rgba(255,255,255,0.85) !important;
}

body.ui-v2.auth-login .wrap-input100{
  background: transparent !important;
  border-radius: 10px !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
}

body.ui-v2.auth-login .input100{
  background: #1b1e28 !important;
  color: rgba(255,255,255,0.8) !important;
}

body.ui-v2.auth-login .focus-input100{
  box-shadow: 0 0 0 3px rgba(0,175,65,0.12) !important;
}

body.ui-v2.auth-login .symbol-input100{
  color: rgba(255,255,255,0.35) !important;
}

body.ui-v2.auth-login .login100-form-btn{
  background: #00af41 !important;
  color: #041b0c !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
}

body.ui-v2.auth-login .login100-form-btn:hover{
  background: #1fd15e !important;
}

body.ui-v2.auth-login .txt1{
  color: rgba(255,255,255,0.45) !important;
}

body.ui-v2.auth-login .txt2{
  color: rgba(180,205,255,0.9) !important;
}

body.ui-v2.auth-login .txt2:hover{
  color: #00af41 !important;
}

body.ui-v2.auth-login .login100-pic img{
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.35));
}

body.ui-v2.auth-login #exampleModalCenter .modal-title{
  color: rgba(255,255,255,0.85) !important;
  margin: 0 !important;
}

body.ui-v2 .inv-hdr{
  width: 100%;
}

body.ui-v2 .inv-hdr-left{
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ui-v2 .inv-icon{
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(0,175,65,0.12);
  border: 0.5px solid rgba(0,175,65,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,175,65,0.95);
}

body.ui-v2 .inv-title{
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 500;
}

body.ui-v2 .inv-subtitle{
  color: rgba(255,255,255,0.3);
  font-size: 11px;
  margin-top: 1px;
}

body.ui-v2 .inv-meta-row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  border-bottom: 0.5px solid rgba(255,255,255,0.07);
  border-top: 0.5px solid rgba(255,255,255,0.07);
}

body.ui-v2 .inv-meta-block{
  padding: 14px 18px;
  border-right: 0.5px solid rgba(255,255,255,0.06);
}

body.ui-v2 .inv-meta-block:last-child{
  border-right: none;
}

body.ui-v2 .inv-meta-label{
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.25);
  margin-bottom: 4px;
}

body.ui-v2 .inv-meta-val{
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}

body.ui-v2 .inv-meta-mono{
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-size: 15px;
}

body.ui-v2 .inv-meta-sub{
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  margin-top: 4px;
}

body.ui-v2 .inv-meta-danger{
  color: rgba(255,82,82,0.95);
}

body.ui-v2 .inv-meta-actions{
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 14px 16px;
  justify-content: center;
}

body.ui-v2 .inv-btn{
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

body.ui-v2 .inv-btn-secondary{
  background: rgba(31,53,94,0.12) !important;
  border: 0.5px solid rgba(31,53,94,0.35) !important;
  color: rgba(180,205,255,0.9) !important;
}

body.ui-v2 .inv-btn-secondary:hover{
  background: rgba(31,53,94,0.2) !important;
}

body.ui-v2 .inv-progress{
  padding: 10px 18px;
  background: #0f1117;
  border-bottom: 0.5px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ui-v2 .inv-progress-label{
  font-size: 10px;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}

body.ui-v2 .inv-progress-bar{
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
  overflow: hidden;
}

body.ui-v2 .inv-progress-fill{
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(31,53,94,0.9), rgba(0,175,65,0.9));
  width: 0%;
}

body.ui-v2 .inv-progress-pct{
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
}

body.ui-v2 .inv-modal-body{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 991px){
  body.ui-v2 .inv-meta-row{
    grid-template-columns: 1fr 1fr;
  }
  body.ui-v2 .inv-meta-actions{
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-end;
  }
}

/*message*/
.ajs-header, .ajs-body, .ajs-footer{
  text-align:center;
}
.alertify .ajs-modal{
  z-index: 99999999999 !important;
}

body.ui-v2 .alertify .ajs-dimmer{
  background: rgba(0,0,0,0.55) !important;
  opacity: 1 !important;
}

body.ui-v2 .alertify .ajs-dialog{
  margin-top: 0 !important;
  border-radius: 14px !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  background: #1a1f2e !important;
  overflow: hidden;
  width: min(420px, calc(100vw - 24px)) !important;
  max-width: 420px !important;
}

body.ui-v2 .alertify .ajs-header{
  display: none !important;
}

body.ui-v2 .alertify .ajs-body{
  padding: 28px 28px 20px !important;
}

body.ui-v2 .alertify .ajs-content{
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.85) !important;
}

body.ui-v2 .alertify .ajs-footer{
  padding: 14px 20px !important;
  border-top: 0.5px solid rgba(255,255,255,0.07) !important;
  background: #141824 !important;
}

body.ui-v2 .alertify .ajs-footer .ajs-buttons{
  display: flex !important;
  gap: 8px !important;
  width: 100% !important;
  justify-content: space-between !important;
}

body.ui-v2 .alertify .ajs-footer .ajs-buttons .ajs-button{
  flex: 1 !important;
  padding: 9px 0 !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  border: none !important;
  transition: opacity 0.15s, transform 0.1s;
}

body.ui-v2 .alertify .ajs-footer .ajs-buttons .ajs-button:active{
  transform: scale(0.98);
}

body.ui-v2 .alertify .ajs-footer .ajs-buttons .ajs-ok{
  background: #22c97a !important;
  color: #0a1e12 !important;
}

body.ui-v2 .alertify .ajs-footer .ajs-buttons .ajs-cancel{
  background: #1e2638 !important;
  color: rgba(255,255,255,0.7) !important;
  border: 0.5px solid rgba(255,255,255,0.15) !important;
}

body.ui-v2 .bscan-alert{
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}

body.ui-v2 .bscan-alert__top{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

body.ui-v2 .bscan-alert__icon{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(74,175,255,0.12);
  border: 0.5px solid rgba(74,175,255,0.25);
  color: rgba(74,175,255,0.95);
}

body.ui-v2 .bscan-alert--success .bscan-alert__icon{
  background: rgba(34,201,122,0.12);
  border-color: rgba(34,201,122,0.25);
  color: rgba(34,201,122,0.95);
}

body.ui-v2 .bscan-alert--error .bscan-alert__icon{
  background: rgba(255,82,82,0.12);
  border-color: rgba(255,82,82,0.25);
  color: rgba(255,82,82,0.95);
}

body.ui-v2 .bscan-alert--warning .bscan-alert__icon{
  background: rgba(234,179,8,0.12);
  border-color: rgba(234,179,8,0.25);
  color: rgba(234,179,8,0.95);
}

body.ui-v2 .bscan-alert__title{
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin: 0;
  line-height: 1.4;
}

body.ui-v2 .bscan-alert__sub{
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  margin: 0;
  line-height: 1.6;
}

body.ui-v2 .alertify-notifier .ajs-message{
  background: #1a1f2e !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  border-radius: 12px !important;
  color: rgba(255,255,255,0.85) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
}

body.ui-v2 .alertify-notifier .ajs-message.ajs-success{
  border-color: rgba(34,201,122,0.35) !important;
}

body.ui-v2 .alertify-notifier .ajs-message.ajs-error{
  border-color: rgba(255,82,82,0.35) !important;
}

/*CAJA*/
#txtPrecioUnitario{
  padding-top: 3px;
  padding-left:10px;
  color:var(--color1);
  font-size:20px;
  font-weight: bold;
}
.redText{
  color:red !important;
}

#txtSaldoActual{
  padding-top: 3px;
  padding-left:10px;
  color:var(--color1);
  font-size:20px;
  font-weight: bold;

}
/*#headerMenuRQ{
  z-index:99999;
}*/
/*RELOJ*/
@font-face {
  font-family: 'DIGITAL';
  src: url('https://cssdeck.com/uploads/resources/fonts/digii/DS-DIGII.TTF');
}

html {
  height: 100%;
  background: #0d0f14;
}

.digital-clock {
  margin: auto;
  margin-top:10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 60px;
  color: #ffffff;
  border-radius: 4px;
  position:static; 
  float:right;
  font: 35px 'DIGITAL', Helvetica;
  
}
.digital-date {
  margin: auto;
  top: 0;
  margin-top:10px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 60px;
  color: #ffffff;
  border-radius: 4px;
  position: static;
  float:right;
  font: 17px 'DIGITAL', Helvetica;
  
}
.puntoVenta{
  border-radius:10px;
  margin-top:15px;
  margin-left:30px;
  padding:10px;
  font-size: 10px;
  font-weight: bold;
  background-color:yellow;
  color:black;
  border:1px solid white;
  position:absolute;

}

#inputPeriodo{
  width: 400px;
  float: right;
  margin-top: 5px
}
.puntoAdmin{
  border-radius:10px;
  margin-top:-20px;
  margin-left:30px;
  padding:10px;
  font-size: 10px;
  font-weight: bold;
  background-color:brown;
  color:white;
  border:1px solid white;
  position:absolute;
}
.btnClose{
  border-radius:15px;
  background-color:gray;
  color:white;
  font-weight: bold;
  margin-top:-30px;
  width:30px;
  height: 30px;
  float:right;
  text-align:center;
  vertical-align: middle;
  font-size: 20px;
  cursor:pointer;
}
/*MESA*/
.card-header{
  background-color: var(--color1) !important;
  color:white;
  font-weight: bold;
}

.card-header .btn{
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 5px;
  border: 0px solid;
  color:white;
}

.btnMesa,
.btnMesaDisabled{
  width:70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  font-size: large;
  font-weight: bold;
  margin:5px;
}
/*MENU*/
#menu_container {
  width: 720px;
  background:transparent;
  font-family: Arial;
  font-size: 9pt;
}

ul#menu, ul.submenu{
  margin: 0;
  padding: 0;
  list-style: none;
  width:100%;
}
ul#menu li{
  float: left;
}
/* hide the submenu */
li ul.submenu {
  display: none;
  width:250px;
}
ul#menu li a{
  display: block;
  text-decoration: none;
  padding: 7px 14px;
  float:none;
  color: white;
  font-size: 13px;

}
ul#menu .menu{
  padding-top:23px;
  padding-bottom:23px;
}
/* show the submenu */
ul#menu li:hover > ul.submenu{
  display: block;
  position: absolute;
  float:left;
  box-shadow: 10px 5px 5px var(--color1);
}
ul.submenu li:hover > ul.submenu{
  display: block;
  position:absolute;
  left:100%;
  top:0;
}
ul#menu li:hover li,  ul#menu li:hover a {
  float: none;
  background: var(--color2);
  color: white;
}
ul#menu li:hover li a {
  background: rgb(250,252,254);
  color: rgb(51,51,51);
}
ul#menu li:hover li a:hover {
  background: var(--color2);
  color: white;

}

/*facturas detalle*/
#modalDarSalida .col{
  padding-bottom:5px;
}
.fileinput-upload-button{
  float:right;
  background-color:  var(--color2) !important;
  border-radius: 5px;
  color:white !important;
  margin-left:10px;

}
/*Centro distribucion*/

.centroDistribucionTitulo{
  padding:5px;
  font-weight: bold;
  color:white;
  background-color: #1f355e;
  

}

.centroDistribucionTitulo .col{
  margin: auto;
  text-align:center;
}
.centroDistribucionOrigen{
  padding:5px;
  font-weight: bold;
  color:white;
  background-color: var(--color2);
  margin: auto;

}
.centroDistribucionOrigen .col{
  margin: auto;
}

.centroDistribucionDestino{
  padding:5px;
  font-weight: bold;
  color:white;
  background-color: #00cc99;
  margin: auto;
}
.centroDistribucionDestino .row{
  margin: auto;
}
/*PRESUPUESTO*/
.submitUpdateTable{
  padding-bottom: 100px;
}
.row_header{
    padding:5px;
    font-weight: bold;
    color:white;
    background-color: #1b2631;
    margin-top:10px;
}
.row_clasificacion{
  padding:5px;
  font-weight: bold;
  color:white;
  background-color: #403b37;
  margin-top:10px;
}
.row_tipo{
  padding:5px;
  font-weight: bold;
  color:white;
  background-color: #00cc99 ;

}
.row_costo_0,
.row_costo_1{
  padding:5px;
  background-color:#93e1b4;
  color:#403b37;
}
.row_item{
  padding:5px;
  background-color:#00cc99;
  color:white;  
}
.row_detalle{
  padding:5px;
  background-color:#def2e8;
  color:black;
}


.row_clasificacion .col_descripcion{
  padding-left:0px;
  margin: auto;

}
.row_tipo .col_descripcion{
  padding-left:30px;
  margin: auto;

}

.row_costo_0 .col_descripcion,
.row_costo_1 .col_descripcion{
  padding-left:60px;
  margin: auto;

}
.row_item .col_descripcion{
  padding-left:90px;
  margin: auto;

}
.row_detalle .col_descripcion{
  padding-left:150px;
  margin: auto;

}

.row_clasificacion .col_presupuesto{
  margin-left:0px;
  margin-top:10px !important;
}
.row_tipo .col_presupuesto{
  margin-left:-30px;
}

.row_costo_0 .col_presupuesto,
.row_costo_1 .col_presupuesto{
  margin-left:-60px;

}
.row_item .col_presupuesto{
  margin-left:-90px;

}
.row_detalle .col_presupuesto{
  margin-left:-150px;
}

.col_unidadMedidaProducto,
.col .col_presupuesto p{
  margin:auto;
}

.form-text-input{
  float: right;
  margin: auto;
  font-weight: bold;
}
/*input[name="val_cantidadProducida[][]"]*/
.row_costo_1 input[name="val_cantidadProducida[]"]{
  text-align: right;
  width:30%;
  float: right;
  clear: both;
}
.row_clasificacion input[name="val_cantidadProducida[]"],
.row_tipo input[name="val_cantidadProducida[]"],
.row_costo_0 input[name="val_cantidadProducida[]"],
.row_item input[name="val_cantidadProducida[]"],
.row_detalle input[name="val_cantidadProducida[]"]{
  display:none;
}

/*input[name="val_presupuesto[]"]*/
.row_clasificacion input[name="val_presupuesto[]"]{
  display:none;
}
.row_costo_0 input[name="val_presupuesto[]"],
.row_costo_1 input[name="val_presupuesto[]"],
.row_tipo input[name="val_presupuesto[]"],
.row_item input[name="val_presupuesto[]"],
.row_detalle input[name="val_presupuesto[]"]{
  text-align: right;
  width:50%;
  float: right;
  clear: both;
}
/*FIN PRESUPUESTO */

#table_wrapper{
  width:100% !important;
}
#addModal .form-group{
  float:left;
  width:48%;
  padding-right: 20px;
}
.modal-dialog{
  padding-top:80px;
}
/*FILE INPUT*/
.file-preview{
  display:none;
}
.kv-preview-data{
  display:none !important;
}
.file-preview-frame{
  width:100% !important;
  height:10px;
}
.file-footer-caption{
  width:100% !important;
}

 .progress{
  display:none;
}

.nav-link *{
  color: #1f355e;
}
.nav-link i{
  color:var(--color2) !important;
}

.nav-link i:hover{
  color:#1f355e !important;
}

.sidebar-heading{
  color:gray !important;
  font-weight: bold !important;
}


.sidebar-dark #sidebarToggle{
  background-color: var(--color1) !important;
}


.navbar-nav{
  z-index: 1000000;
}
#mensajeBlock{
  z-index: 1000000000000;
}

.modal-header .form_in_row{
  text-align: center;
}

.form_in_row{
  margin-right: 10px;
  min-width: 150px;
  float: left;
  width: 250px;
}

.form_in_row label{
  font-weight: 600 !important;
}

.bg-gradient-dark {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  color:#1f355e !important;
}

.bg-gradient-gray {
  background: radial-gradient(circle at 18.7% 37.8%, rgba(250, 250, 250, 0.54) 0%, rgb(225, 234, 238) 90%);
  color:#dadee6 !important;
}

.bg-gradient-blue {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  color:#1f355e !important;
}

.bg-gradient-blue2 {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  color:#1f355e !important;
}


.bg-gradient-yellow {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  color:#1f355e !important;
}

#wrapper #content-wrapper{
  background-color: var(--background-body) !important;
  
}

.onclick{
  cursor:pointer;
}

#myModal{
  z-index: 9990000;
}
.table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
 /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
}

.table thead tr {
  background-color: #1f355e;
  color: #ffffff;
  text-align: left;
}

.table th,
.styled-table td {
    padding: 12px 15px;
}
/*
#table tbody{
  max-height: 400px;
  height: 400px;
  display: inline-block;
  width: 100%;
  overflow: auto;
}
#table thead{
  display: inline-block;
  width: 100%;
  overflow: auto;
}*/
.table tbody tr {
  border-bottom: 1px solid #dddddd;
  width:100%;
}

.table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.table tbody tr:last-of-type {
  border-bottom: 2px solid var(--color2);
}
.table tbody tr.active-row {
  font-weight: bold;
  color: #1f355e;
}

.dt-buttons button{
  float:right;
  border-radius: 10px;
  background-color:var(--color2);
  color:white;
  border:0px;
  margin-right: 5px;
}

.dataTables_info{
  float:left;
}
.paginate_button{
  float:left;
}
.table_wrapper .disabled{
  display:none;
}
.paginate_button .disabled{
  display:none;
}
.table_wrapper {
  background-color: transparent !important;
}

.dataTables_paginate previous,
.dataTables_paginate next{
  display:none;

}

.paginate_button{
  border-radius:20px;
  background-color: var(--color2);
  color:white;
  margin:10px;
  width:20px;
}

.dataTables_paginate .current{
  border-radius:20px;
  background-color: #1f355e;
  color:white;
  margin:10px;
  width:20px;
}

.dataTables_scrollHead{
  height: 85px;
}

.dataTables_paginate .previous,
.dataTables_paginate .next,
.dataTables_info,
.sticky-footer{
  display:none;
}
/*TABLA*/

.toggle{
  width: 45px !important; 
  height: 25px !important;
}
/*TAB*/
#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


/*LOGO*/
#logoMenu{
  display:block;
  height: 50px;
  width:auto;
 }

#logoMenuSmall{
 display:none;
}

@media (max-width: 640px) and (min-width: 320px){
 #logoMenu{
  display:none;
 }

 #logoMenuSmall{
  display:block;
 }
}

.blur{
  filter: blur(3px);
  transform: scale(0.95);
}

#mensajeBlock button{
  float:right;
}

h1{
  font-size: 1.5rem !important;
  color: #1f355e;
}

#userDropdown{
  background-color:transparent;
}
/*FIN LOGO*/

/* Círculos de colores numerados */
span.purple {
    background: #4a235a;
     border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }
  
  span.grey {
    background: #1b2631;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }
  
  span.green {
    background: #145a32;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }
  
  span.blue {
    background: #154360;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }
  
  span.red {
    background: #c0392b;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }

  span.yellow {
    background: #988e00;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }

  .nameShort,
  span.yellow {
    background: var(--color2);
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: white;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }

  .nameShort{
    border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    color: black;
    display: inline-block;
    font-weight: bold;
    line-height: 2.4em;
    margin-right: 30px;
    text-align: center;
    width: 2.4em; 
    font-size: 15px;

  }

  span.orange {
    background: #d35400;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em; 
  }

  .table tr,
  .table td{
    font-size: 12px !important;
  }
  
  
  .toggle-on, .toggle-off{
    font-size: 9px !important;
    font-weight: bold ! important;
    text-transform: uppercase !important;
  }

  .toggle-off.btn {
    padding-left: 0px ! important; 
}

.btn-icon-split{
  width:180px !important;
}

label{
  font-size: 12px !important;
  font-weight: bold !important;
}

#labelPrecio{
  font-size: 17px !important;
  font-weight: bold !important;
}

#labelSaldo{
  font-size: 17px !important;
  font-weight: bold !important;
}

/*.clickable-row{
  cursor:pointer;
  font-size: 12px;
}*/

.redondo{
  border-radius: 50% !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

/**************************************/

.cont{
  width:720px;
}
.container{
  display:flex;
  flex-wrap:wrap;
  width:720px;
  justify-content:flex-start;
}
.single-item{
  width:200px;
  height:200px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#f3f3f3;
  margin: 20px;
  border-radius: 10px;
  color:#888;
}
/*PAGINACION*/

.page{
  width: 20px !important;
  height: 20px !important;
  background-color: #4CAF50 !important;
  margin: 5px !important;
  padding: 10px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  float: left !important;
}
.page:hover{
  opacity: 0.50 !important;
  -moz-opacity: .50 !important;
  filter:alpha (opacity=50) ;
  cursor:pointer !important;
  background-color: #ddd !important;

}
.page{
  color: #fff !important;
  text-decoration: none !important;
  padding: 0px 5px 5px 4px !important;
  font-size: 10px !important;
  text-align: center;
}*/

/*FIN PAGINACION*/
.selectedTr{
	background-color:black;
}

.txtDestacadaYellow{
	font-size: 25px !important;
	text-align: center !important;
	padding-top:20% !important;
	padding-left:25% !important;
	color: #ff890b !important;
}

.txtDestacadaBlack{
	font-size: 15px !important;
	text-align: center !important;
	padding-top:2% !important;
	padding-left:20% !important;
	color: #403b37 !important;
}

/*General mantenedor*/
#btnEliminar{
  width: 100% !important;
}

/*TABLA*/
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}

.divTableCellFull{
  float:left !important;
  width:100% !important;
  padding:20px !important;
  border: 0px !important;
}

.divTableCell{
  float:left !important;
  width:30% !important;
  padding:20px !important;
  border: 0px !important;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableCell100{
  float:left !important;
  width:100% !important;
  border: 0px !important;
  height: 450px !important;
}

.divTableCell100 canvas{
  height: 350px !important;
}

.divTableCell100 .card-body{
  height: 400px !important;
}

.canvas{
  border:0px;
  float:left; 
  padding:20px;
}

#indicadores{
  margin:0px;
  padding:0px;
}

#derechaMaster{
  width:38%; 
  float:right;
}
/*CALENDAR*/


#calendar {
  width: 450px !important;
  margin: 0 auto;
}

.agent-calendar-v2 #izquierda{
  width:340px !important;
  float:left !important;
  padding-top:20px !important;
}
.agent-calendar-v2 #derechaMaster{
  width:auto !important;
  float:none !important;
  margin-left:360px !important;
  padding-top:20px !important;
}
.agent-calendar-v2 #derecha{
  width:100% !important;
  padding-bottom:20px !important;
}
.agent-calendar-v2 #calendar{
  width:100% !important;
  margin:0 !important;
}
.agent-calendar-v2 .agent-cal-card{
  background:#111318;
  border:0.5px solid rgba(255,255,255,0.07);
  border-radius:10px;
  padding:12px;
}
.agent-calendar-v2 .agent-cal-nav{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.agent-calendar-v2 .agent-cal-month{
  font-size:14px;
  font-weight:600;
  color:#fff;
}
.agent-calendar-v2 .agent-cal-month span{
  color: rgba(0,201,74,0.95);
}
.agent-calendar-v2 .agent-cal-nav-btns{
  display:flex;
  align-items:center;
  gap:6px;
}
.agent-calendar-v2 .agent-cal-btn{
  width:26px;
  height:26px;
  border-radius:6px;
  background: rgba(255,255,255,0.05);
  border:0.5px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.55);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}
.agent-calendar-v2 .agent-cal-btn:hover{
  background: rgba(255,255,255,0.1);
  color:#fff;
}
.agent-calendar-v2 .agent-cal-today{
  background: rgba(0,175,65,0.12);
  border:0.5px solid rgba(0,175,65,0.25);
  border-radius:6px;
  color: rgba(0,201,74,0.95);
  font-size:11px;
  font-weight:600;
  padding:4px 10px;
  cursor:pointer;
}
.agent-calendar-v2 .agent-panel{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.agent-calendar-v2 .agent-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.agent-calendar-v2 .agent-panel-title{
  font-size:15px;
  font-weight:600;
  color:#fff;
}
.agent-calendar-v2 .agent-date-badge{
  font-size:11px;
  background: rgba(0,175,65,0.12);
  color: rgba(0,201,74,0.95);
  border: 0.5px solid rgba(0,175,65,0.25);
  border-radius:6px;
  padding:4px 10px;
  font-weight:600;
  white-space:nowrap;
}
.agent-calendar-v2 .agent-panel-body{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.agent-calendar-v2 .agent-filter-row{
  width:100%;
  display:flex;
  align-items:center;
  gap:8px;
}
.agent-calendar-v2 .agent-filter-label{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:0.7px;
  color: rgba(255,255,255,0.25);
  white-space:nowrap;
  font-weight:500;
}
.agent-calendar-v2 .agent-filter-select.form-control{
  flex:1;
  background:#1b1e28;
  border:0.5px solid rgba(255,255,255,0.1);
  border-radius:7px;
  color: rgba(255,255,255,0.75);
}
.agent-calendar-v2 .agent-filter-select.form-control:focus{
  border-color: rgba(0,175,65,0.25);
  box-shadow:none;
}
.agent-calendar-v2 .agent-table-card{
  width:100%;
  background:#161820;
  border:0.5px solid rgba(255,255,255,0.07);
  border-radius:10px;
  padding:10px;
}
.agent-calendar-v2 .agent-add-section{
  width:100%;
  background:#161820;
  border:0.5px solid rgba(255,255,255,0.07);
  border-radius:10px;
  padding:12px;
}
.agent-calendar-v2 .agent-add-header{
  font-size:12px;
  font-weight:600;
  color:#fff;
  margin-bottom:10px;
}
.agent-calendar-v2 #tablaComposicion{
  width:100%;
  border-collapse:collapse;
}
.agent-calendar-v2 #tablaComposicion th{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:0.6px;
  color: rgba(255,255,255,0.35);
  padding:8px;
  text-align:left;
  border-bottom:0.5px solid rgba(255,255,255,0.08);
}
.agent-calendar-v2 #tablaComposicion td{
  padding:8px;
  border-bottom:0.5px solid rgba(255,255,255,0.04);
}
.agent-calendar-v2 #tablaComposicion tr:last-child td{
  border-bottom:none;
}
.agent-calendar-v2 #tablaComposicion .form-control{
  background:#1b1e28;
  border:0.5px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.75);
  border-radius:7px;
}
.agent-calendar-v2 #tablaComposicion .form-control:focus{
  box-shadow:none;
  border-color: rgba(0,175,65,0.25);
}

.agent-calendar-v2 .fc-toolbar{
  display:none;
}
.agent-calendar-v2 .fc{
  background: transparent;
}
.agent-calendar-v2 .fc table{
  border-collapse: separate;
  border-spacing: 2px;
}
.agent-calendar-v2 .fc th,
.agent-calendar-v2 .fc td{
  border: none !important;
}
.agent-calendar-v2 .fc-day-header{
  font-size:10px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.6px;
  color: rgba(255,255,255,0.25) !important;
  padding-bottom:6px;
}
.agent-calendar-v2 .fc-sat.fc-day-header,
.agent-calendar-v2 .fc-sun.fc-day-header{
  color: rgba(0,175,65,0.6) !important;
}
.agent-calendar-v2 td.fc-day{
  padding: 2px !important;
}
.agent-calendar-v2 .fc-day-top{
  text-align:center;
}
.agent-calendar-v2 .fc-day-number{
  float:none !important;
  width:38px;
  height:38px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 0 auto;
  color: rgba(255,255,255,0.55) !important;
  transition: background 0.12s ease, color 0.12s ease;
}
.agent-calendar-v2 td.fc-day:hover .fc-day-number{
  background: rgba(255,255,255,0.06);
  color:#fff !important;
}
.agent-calendar-v2 td.fc-today .fc-day-number{
  background:#00af41;
  color:#002a0f !important;
  font-weight:700;
}
.agent-calendar-v2 td.fc-other-month .fc-day-number{
  color: rgba(255,255,255,0.18) !important;
}
.agent-calendar-v2 td.fc-sat .fc-day-number,
.agent-calendar-v2 td.fc-sun .fc-day-number{
  color: rgba(0,201,74,0.55) !important;
}
.agent-calendar-v2 td.fc-sat:hover .fc-day-number,
.agent-calendar-v2 td.fc-sun:hover .fc-day-number{
  color: rgba(0,201,74,0.95) !important;
}
.agent-calendar-v2 .fc-highlight{
  background: rgba(0,175,65,0.12) !important;
  opacity: 1 !important;
  border-radius: 8px;
}
.agent-calendar-v2 .fc-day-grid-event{
  background: transparent !important;
  border: none !important;
}
.agent-calendar-v2 .fc-content{
  background-color: transparent !important;
  border: 0px solid !important;
}
.agent-calendar-v2 .fc-title{
  width:7px;
  height:7px;
  border-radius:50%;
  background-color:#00af41 !important;
  color: transparent !important;
  display:block;
  margin: 0 auto;
}

.response {
  height: 60px;
}
.fc-scroller {
  overflow-y: hidden !important;
}

.fc-content{
  background-color: transparent !important;
  border: 0px solid !important;
}
.fc-title{
  width:40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  background-color:var(--table-header-color) !important;
  color:var(--table-header-back) !important;

}

.fc-day-grid-event{
  width:7px !important;
}

.fc-left h2{
  color:#4e73df!important;
  font-size: 1rem;
  font-weight: 700!important;
  
}

.fc-day-header{
  background-color:var(--table-header-back)!important;
  color:var(--table-header-color) !important;
  font-size: 1rem;
  font-weight: 700!important;
}

.fc-highlight{
  background-color:white!important;
  color:black;
  font-size: 1rem;
  font-weight: 700!important;
}

.fc-today{
  background-color:var(--table-header-back) !important;
  color:var(--table-header-color);
  font-size: 1rem;
  font-weight: 700!important;
}

.btn-group{
  width: 200px;
  text-align: right;
}

@media (min-width: 1200px) {
  .modal-xl {
      max-width: 1240px !important;
  }
}
