        body {
            background-color: #f5f5f5;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        #container {
            padding: 0;
            margin: 0;
        }

	.tabulator-row-even .tabulator-cell.tabulator-editable {

		background-color: #E8F6FF;

	}

	.tabulator-row-even .tabulator-cell.GS-editable {

		background-color: #E8F6FF;

	}

        /* Navigation Styles */
        .GS-nav {
            background: linear-gradient(135deg, #136bc2 0%, #30a0d2 100%);
            padding: 15px 30px;
            margin: 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	    position: sticky;
	    top: 0;
	    z-index: 1000;
        }

	#btnCerrarModalError {

       		background: linear-gradient(135deg, #136bc2 0%, #30a0d2 100%);
        	color: white;
        	border-radius: 8px;
        	font-weight: 600;
        	cursor: pointer;
        	transition: transform 0.2s, box-shadow 0.2s;

	}
        
        .GS-dropdown-element-indicator {
            color: white !important;
            font-weight: 600;
            display: none;
        }
        
        .GS-dropdown-element-button {
            background-color: rgba(255, 255, 255, 0.2);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.3);
            font-weight: 600;
            padding: 8px 20px;
        }
        
        .GS-dropdown-element-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
            color: white;
        }
        
        .GS-dropdown-element-button:focus {
            background-color: rgba(255, 255, 255, 0.3);
            color: white;
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
        }
        
        .dropdown-menu {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }
        
        .dropdown-item:hover {
            background-color: #667eea;
            color: white;
        }
        
        /* Search Component */
        .GS-search-component-container {
            display: flex;
            gap: 10px;
            align-items: center;
        }
        
        .GS-search-box {
            flex: 1;
            border: 1px solid rgba(255, 255, 255, 0.3);
            background-color: rgba(255, 255, 255, 0.9);
        }
        
        .GS-search-button {
            background-color: rgba(255, 255, 255, 0.2);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.3);
            white-space: nowrap;
        }
        
        .GS-search-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
            color: white;
            border-color: rgba(255, 255, 255, 0.5);
        }
        
        /* Tabulator Customization */
        .tabulator {
            border: none;
        }
        
        .tabulator-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            font-weight: 600;
        }
        
        .tabulator-header .tabulator-col {
            background: transparent;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .tabulator-row:hover {
            background-color: #f8f9fa;
        }
        
        .tabulator-row.tabulator-selected {
            background-color: #e7e9fc;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .GS-nav {
		display: flex;
		flex-direction: column;
		
                padding: 10px 15px;
            }

	    .GS-nav .GS-dropdown-element-button {

		width: 100%;

	    }
	    
	    .GS-nav .btn {

		width: 100%;

	    }

            .GS-search-component-container {
                margin-top: 10px;
            }
	
	    .btnVisibilidad {

		display: block;
		padding: 7px;
    	        margin: 10px;
       		background: linear-gradient(135deg, #136bc2 0%, #30a0d2 100%);
        	color: white;
        	border-radius: 8px;
        	font-weight: 600;
        	cursor: pointer;
        	transition: transform 0.2s, box-shadow 0.2s;
		width: 95%;

	    }
	    .wrapperTabla {
	
	        overflow-x: auto;

	    }
        
	    .wrapperTabla .tabulator {
            	width:300vw;
	    }
            .GS-search-button {

		    display:none;

	    }   
        }

	.btnVisibilidad {

            padding: 7px;
            margin: 10px;
            background: linear-gradient(135deg, #136bc2 0%, #30a0d2 100%);
            color: white;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;

	}
        .btnVisibilidad:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }
        
        .btnVisibilidad:active {
            transform: translateY(0);
        }
        
        /* Title for table */
        .table-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #667eea;
        }
