@import url("tabs.css?v=Tue Aug 20 09:45:42 2024");
@import url("containers.css");
@import url("delirium_windows_v2.css");
@import url("deliriumsearch_v2.css");
@import url("deliriumsearch_2025.css");
@import url("delirium_suggest.css");
@import url("liquidcorners.css");
@import url("forms.css?v=Fri Jun 25 12:17:09 2021");
@import url("buttons_v2.css?v=Thu Oct 19 18:54:45 2023");
@import url("msg.css");
@import url("table-sorter.css");
@import url("table_search.css?v=Fri May  7 12:01:19 2021");

body {
font-family:verdana,arial,sans-serif;
font-size:10px;
}
* {
font-family:verdana,arial,sans-serif;
font-size:10px;
margin:0pt;
}
body{
height:100%;
/*background:#336699 url(images/bg.png) repeat;*/
}
html{
height:100%;
overflow:hidden;
}

/*remover halo azul en safari y chrome*/
input, textarea  {
    outline:none;
}

#workspace {
height:100%;
}
#top {
height:100px;
}

.clear{
    clear:both;
}
#global_info{
 position:absolute;
 left:201px;
 height:35px; 
}
#opciones_globales {
	position:absolute;
	left:201px;
	top:35px;
}
#opciones_globales ul{
	list-style-type:none;
}
#opciones_globales ul li{
 	display:inline;
}
#opciones_globales ul li a{

}

#middle {
	height:80%;

}
#sidebar_left {
	float:left;
	width:200px;
	height:100%;
}
#main {
	display:inline;
	width:100%;
	height:100%;	

}
#footer {
	background:transparent url(images/bg_dock.gif) repeat-x scroll 0pt;
	bottom:0pt;
	height:26px;
	left:0pt;
	position:absolute;
	width:100%;
	z-index:100000;
}

.strip_bg{
	
}


#widgets{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#widgets li{
	display:block;
	float:left;
}

#sub_menu{	
	margin:0pt auto;
	width:98%;
	padding:5px;
}

/*NO REMOVER*/
#working_area {
	z-index:2;
	width: 100%;margin: 0 auto; padding-bottom: 60px; position: relative;
	overflow:auto;
	/*padding-top:10px;*/
	height:90%;
}
#notification_area {
	border : 1px #C0C0C0 solid;	
}

#footer {
	background-color: #FFFFFF;
	width: 100%;
	z-index:2;		
	bottom: 0;
	position: fixed;		
	z-index:2;
}
#footer  div{
	height:25px;
	display: inline;
	float:left;
	z-index:3;
	padding-left:1px;
	padding-right:1px;
}



.top-header nav {
	display: none;
}
.top-header{
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
/*
.top-header,
.footer {
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.top-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
*/
.top-header a.menu-drawer {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
    box-sizing:content-box;
}
.top-header a.menu-drawer:before,
.top-header a.menu-drawer:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.top-header a.menu-drawer span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.35rem;
  line-height: 44px;
  background-color:#000;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #858796;
}



.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}


.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.align-left{
    text-align:left;
}

.align-center{
    text-align:center;
}

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

.text-center{
    text-align:center;
}

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

.ds_dinero:before {
    content: "$";
    float: left;
    padding-right: 4px;
}
.search_default_v2 .ds_dinero{
  font-family: Montserrat-Regular !import;
  font-size: 14px;
}

/* ============================================
   SPINNER MODERNO 2025
   ============================================ */
.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 8px;
  min-height: 32px; /* Altura minima consistente */
}

.loading-text {
  color: #4a5568;
  font-size: 11px !important;
  font-weight: 500;
  margin: 0;
}

.spinner-modern {
  width: 24px;
  height: 24px;
  border: 3px solid #d0d0d0;
  border-top-color: #555;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ============================================
   OPCION 1: Circulo (actual)
   HTML: <div class="spinner-modern"></div>
   ============================================ */

/* ============================================
   OPCION 2: Tres puntos rebotando
   HTML: <div class="spinner-dots"><span></span><span></span><span></span></div>
   ============================================ */
.spinner-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 24px;
  padding: 6px 0;
}
.spinner-dots span {
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  animation: dots-bounce 1.4s ease-in-out infinite both;
}
.spinner-dots span:nth-child(1) { animation-delay: -0.32s; }
.spinner-dots span:nth-child(2) { animation-delay: -0.16s; }
.spinner-dots span:nth-child(3) { animation-delay: 0s; }

@keyframes dots-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

/* ============================================
   OPCION 3: Barra de progreso indeterminada
   HTML: <div class="spinner-bar"></div>
   ============================================ */
.spinner-bar {
  width: 60px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
}
.spinner-bar::after {
  content: '';
  position: absolute;
  left: -40%;
  width: 40%;
  height: 100%;
  background: #666;
  border-radius: 2px;
  animation: bar-slide 1s ease-in-out infinite;
}

@keyframes bar-slide {
  0% { left: -40%; }
  100% { left: 100%; }
}

/* ============================================
   OPCION 4: Pulso (icono que late)
   HTML: <div class="spinner-pulse">Cargando...</div>
   ============================================ */
.spinner-pulse {
  color: #666;
  animation: pulse-fade 1.2s ease-in-out infinite;
}

@keyframes pulse-fade {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ============================================
   OPCION 5: Doble anillo
   HTML: <div class="spinner-rings"></div>
   ============================================ */
.spinner-rings {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  animation: spin 1.5s linear infinite;
}
.spinner-rings::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid transparent;
  border-top-color: #555;
  border-radius: 50%;
  animation: spin 0.8s linear infinite reverse;
}

/* ============================================
   OPCION 6: Cuadrados que rotan
   HTML: <div class="spinner-squares"><span></span><span></span></div>
   ============================================ */
.spinner-squares {
  width: 24px;
  height: 24px;
  position: relative;
}
.spinner-squares span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #777;
  animation: squares-rotate 1.8s ease-in-out infinite;
}
.spinner-squares span:nth-child(1) {
  top: 0;
  left: 0;
}
.spinner-squares span:nth-child(2) {
  bottom: 0;
  right: 0;
  animation-delay: -0.9s;
}

@keyframes squares-rotate {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(90deg); }
  50% { transform: rotate(180deg); }
  75% { transform: rotate(270deg); }
}
